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.

Adding a Continue Button with Conditional Logic

  1. roberthilley
    Member

    I am looking to use the Conditional Logic feature to make a short form visible at first and then expand. For example, initially only the "name" and "email" text boxes will appear but when somebody clicks the "Continue" button, the form will expand to include "phone", "address", "city", "state", "zip code", "comments", etc.

    I do not see the ability to add a button within the form builder in WP.

    How can I do this?

    Posted 14 years ago on Saturday October 2, 2010 | Permalink
  2. roberthilley
    Member

    Or maybe instead of a continue button, I could just have the additional part of the form appear when somebody clicks into the email field? How would I set this up?

    Posted 14 years ago on Saturday October 2, 2010 | Permalink
  3. The conditional logic is triggered by values in either a select box, a multiple choice (radio) field or checkbox field. You can't have a "continue" button to show the rest of the form or simply click in a field to invoke the functionality.

    You could always use the inline HTML fields to add some extra markup around sections that you want to hide then roll your own jQuery to show/hide elements if you wanted but there's nothing built in to do it the way you're describing.

    Posted 14 years ago on Saturday October 2, 2010 | Permalink
  4. roberthilley
    Member

    Thank you

    Posted 14 years ago on Saturday October 2, 2010 | Permalink