Carousel multi page form responsive

Issues related to forms.
Post Reply
User avatar
psaldari
Posts: 48
Joined: Wed Aug 16, 2017 3:26 pm
Location: Europe

Carousel multi page form responsive

Post 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
Last edited by psaldari on Sun May 12, 2019 6:07 pm, edited 2 times in total.
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Carousel multi page form responsive

Post 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
User avatar
psaldari
Posts: 48
Joined: Wed Aug 16, 2017 3:26 pm
Location: Europe

Re: Carousel multi page form responsive

Post by psaldari »

Hi Pablo and thank's for your time.
OK, it works now :lol:

Paolo
Post Reply