Hello,
The first day with Chronoform.
I create two page form:
[list=]First page inserted via plugin into Joomla article[/list]
[list=]After submit of the first page, second should open inside modal box. How is it possible to do? [/list]
I try
chronoform-popup is the second page class of the form. But this solution is not working.
Jaak
The first day with Chronoform.
I create two page form:
[list=]First page inserted via plugin into Joomla article[/list]
[list=]After submit of the first page, second should open inside modal box. How is it possible to do? [/list]
I try
jQuery(document).ready(function($){$('.chronoform-popup').modal('show');});
chronoform-popup is the second page class of the form. But this solution is not working.
Jaak