ToolTip
setQuery( "SELECT * FROM #__chrono_contact WHERE id='".$formid."'" );
$formdata = $database->loadObjectList();
$paramsvalues = new JParameter($formdata[0]->paramsall);
$dvfields = $paramsvalues->get('dvfields', '');
if ( !empty($dvfields) ) {
$dvlist = explode(",", $dvfields);
}
}else{
$paramsvalues = new JParameter('');
$formid = 0;
}
# get primary key
$tables = array();
$tables[] = $table;
$result = $database->getTableFields( $tables, false );
$table_fields = $result[$table];
$primary = 'cf_id';
foreach($table_fields as $table_field => $field_data){
if($field_data->Key == 'PRI')$primary = $table_field;
}
?>
setQuery("SELECT titlesall FROM #__chrono_contact WHERE id='".$formid."'");
$titles = $database->loadResult();
$titles_lines = explode("\n", $titles);
$tables = array( $tablename );
$result = $database->getTableFields( $tables );
$table_fields = array_keys($result[$tablename]);
?>
This page is to help you add a menu link to the admin components menu to take you directly to the "show saved data" of some form you choose
';
return $tip;
}
function showLicenseStatus(){
global $mainframe;
$database =& JFactory::getDBO();
$query = "SELECT * FROM `#__components` WHERE `option` = 'com_chronocontact' AND parent='0' AND admin_menu_link='option=com_chronocontact'";
$database->setQuery( $query );
$result = $database->loadObject();
//$configs = JComponentHelper::getParams('com_chronocontact');
$configs = new JParameter($result->params);
if($configs->get('licensevalid', '')){
?>
getSiteURL(), $matches);
//print_r($matches);
?>
Your Chronoforms install at is Validated
getSiteURL(), $matches);
//print_r($matches);
?>
Your Chronoforms install at is NOT Validated, No limited features but for a small fee you get link free forms and help us continue the development and support
getSiteURL(), $matches);
$database =& JFactory::getDBO();
$query = "SELECT * FROM `#__components` WHERE `option` = 'com_chronocontact' AND parent='0' AND admin_menu_link='option=com_chronocontact'";
$database->setQuery( $query );
$result = $database->loadObject();
//$configs = JComponentHelper::getParams('com_chronocontact');
$configs = new JParameter($result->params);
/*if(JRequest::getVar('pid')){
}*/
?>
We are about to validate the details below, please double check that everything is correct and hit "Validate"