Hi,
When setting up my form 'on submit' actions, any actions that allow the text editor option (for example, Display Message or Email (message content), I'm unable to include any php, as the opening tags (and any following 'greater-than' tags) are getting converted to HTML comments, even if the editor is disabled.
For example:
becomes:
...which aside from creating some funky output, is completing trashing my ability to dynamically display fields in thank-you messages and emails. Obviously something is rewriting the output, but I'm at a loss to determine what. I've even disabled TinyMCE altogether in Joomla, but still no luck.
I'm using the latest CF on joomla 3.6.5. I haven't added the Joomla Plugins action to the form. I can provide more details about installed extensions, etc. if needed.
I'd greatly appreciate any thoughts or suggestions.
Thanks
When setting up my form 'on submit' actions, any actions that allow the text editor option (for example, Display Message or Email (message content), I'm unable to include any php, as the opening tags (and any following 'greater-than' tags) are getting converted to HTML comments, even if the editor is disabled.
For example:
<?php if($form->data['name'] === ""){do something;}
becomes:
<!-- php if($form- --/>data['name'] === ""){do something;}
...which aside from creating some funky output, is completing trashing my ability to dynamically display fields in thank-you messages and emails. Obviously something is rewriting the output, but I'm at a loss to determine what. I've even disabled TinyMCE altogether in Joomla, but still no luck.
I'm using the latest CF on joomla 3.6.5. I haven't added the Joomla Plugins action to the form. I can provide more details about installed extensions, etc. if needed.
I'd greatly appreciate any thoughts or suggestions.
Thanks