The problem is the slider script is targeting LI elements for each slide.
Your slider has 6 slides because there are 6 fields on the form and it's treating each field as a slide in the slider because of how it is targeting the LI items.
It's then cycling through each LI for each slide... and literally displaying one field of your form on each slide... because it's showing and hiding each LI.
This isn't a Gravity Forms issue, it's an issue with how the slider script works and what LI elements it is targeting. You need to correct whatever slider script you are using so it targets only the list elements it should be targeting and not all list elements.
Posted 14 years ago on Tuesday May 10, 2011 |
Permalink