PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Form problems in a wordpress slider

  1. When I post me gravity form in my wordpress slider, it only shows the first field. I have a few more fields it should be showing. Any idea why the form does not appear correctly in the slider? How can I fix this

    Please view the problem here http://www.valueemployees.com/paypros/

    Posted 14 years ago on Tuesday May 10, 2011 | Permalink
  2. 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
  3. great thanks, I will reach out to them

    Posted 14 years ago on Tuesday May 10, 2011 | Permalink