Hello Bob.
I have tried to use a modal within a form to no avail.There does not appear to be a previous forum question where this is answered categorically.
I am using a Joomla plugin and code in the form;
{modal href="http://yoursite.com/images/image.jpg"}Click Here{/modal}
The code is correct for the plugin as i have tried it elsewhere in an article.
When i enter the same in the code section of the form backend, when i hit save, chronoform changes it to;
{modal href</label></div></div></div></div>
Please can you let me know what the issue is?
I found this website forum declare a potential solution though it does not make sense to me.
https://www.nonumber.nl/forum/modals/23626-modals-inside-chronoforms-form
Look forward to your kind customary support.
Tony
I have tried to use a modal within a form to no avail.There does not appear to be a previous forum question where this is answered categorically.
I am using a Joomla plugin and code in the form;
{modal href="http://yoursite.com/images/image.jpg"}Click Here{/modal}
The code is correct for the plugin as i have tried it elsewhere in an article.
When i enter the same in the code section of the form backend, when i hit save, chronoform changes it to;
{modal href</label></div></div></div></div>
Please can you let me know what the issue is?
I found this website forum declare a potential solution though it does not make sense to me.
https://www.nonumber.nl/forum/modals/23626-modals-inside-chronoforms-form
Look forward to your kind customary support.
Tony
Hi Tony,
I got this working with the free version of the NoNumber Modal plug-in.
+ in the Setup tab drag a Joomla! Plug-ins action from the Joomla! actions group into the On Load event and move ti up before the HTML (Render Form) action.
+ in the Designer tab add a Custom Code element from the Advanced elements group and add code like this:
Note that the syntax for image path is not the same as you had, there is no href= or quotes.
Bob
I got this working with the free version of the NoNumber Modal plug-in.
+ in the Setup tab drag a Joomla! Plug-ins action from the Joomla! actions group into the On Load event and move ti up before the HTML (Render Form) action.
+ in the Designer tab add a Custom Code element from the Advanced elements group and add code like this:
<div>
{modal images/joomla_black.gif|Joomla! logo }Click Here{/modal}
</div>
Note that the syntax for image path is not the same as you had, there is no href= or quotes.
Bob
This topic is locked and no more replies can be posted.
