* @link http://www.tassos.gr * @copyright Copyright © 2020 Tassos Marinos All Rights Reserved * @license GNU GPLv3 or later */ defined('_JEXEC') or die('Restricted access'); extract($displayData); ?>
data-id="">
<?php echo $params->get(" class="" style="" src="" />
get("text"); ?>
" style="">
isClient('site')) { echo $params->get('customcode', ''); } ?> get('honeypot', true)) { // Since the stylesheet may be disabled, ensure the honeypot field is hidden by injecting the CSS. $css = '.cf-field-hp { display: none; position: absolute; left: -9000px; }'; $params->set('customcss', $params->get('customcss') . $css); ?>
isClient('site')) { ConvertForms\Helper::addStyleDeclarationOnce($params->get('customcss')); } else { // Help user style the form in the backend as well. echo ''; } ?>