Page 1 of 1

Carousel multi page form responsive

Posted: Sun May 12, 2019 11:00 am
by psaldari
EDIT: I delete all the previous test on my server

Hello,
I follow the "How to use the Carousel to create a multi-page form?" tutorial and I made my version and it works well
http://...
But if I set the carousel flexible (I want it responsive) the buttons next and prev do not works anymore (only send button) and the style are not fully showed.
http://...
If in the carousel I set true the "enable the navigation" I can go to next and prev pages, the style are showed, the buttons still do not work (only send button; and its all a mess)
http://...

Where can I fix this?

Paolo

Re: Carousel multi page form responsive

Posted: Sun May 12, 2019 3:17 pm
by Pablo
The flexible Carousel uses Bootstrap so in that case you will need to use different methods to control the script.

Code: Select all

$('#Carousel1').bootstrapcarousel(0);
This is demonstrated in this template:
http://quickandeasywebbuilder.com/suppo ... sic10.html

Re: Carousel multi page form responsive

Posted: Sun May 12, 2019 6:05 pm
by psaldari
Hi Pablo and thank's for your time.
OK, it works now :lol:

Paolo