Forums

Open form second page inside modal box

jaak 02 Oct, 2014
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
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
GreyHead 02 Oct, 2014
Hi Jaak,

Sorry, I don't know how to do this - though it is probably possible. I would probably use a link/button in the article to open a modal window with an iFrame to contain all the pages of the form.

Bob
jaak 02 Oct, 2014
Thank you for a replay, but in my case the first should be normal and only second page requires modal widoew.

Jaak
This topic is locked and no more replies can be posted.