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.

How can I add 2 buttons on my Form?

  1. zx7md
    Member

    Hi!
    I would like to make two submit buttons on my form.
    1: Add another person Information
    2: Next

    "Add another person Information" will be another form on the current form for more information.( will not submit the form)
    "Next" Goes to another form on the current form ( will not submit the form)

    I tried adding 2 page breaks but I can not get the 2 buttons :(

    Any ideas?
    Thanks a lot!

    Posted 11 years ago on Tuesday October 2, 2012 | Permalink
  2. There is no way to nest the forms. You can approximate all of this in one form though by using conditional logic and hiding a section. Then, when the visitor clicks "Add another person information", the section is revealed to add the second person. This is all on one form though, not separate forms.

    A next button will appear if you use a multi-page form. Again, this will all be on one form, not multiple forms. Not sure if this accomplishes what you want to do or not.

    Posted 11 years ago on Tuesday October 2, 2012 | Permalink
  3. zx7md
    Member

    Thank you Chris!
    Yes...wow it is a lot of thinking to get this right

    Posted 11 years ago on Tuesday October 2, 2012 | Permalink
  4. zx7md
    Member

    Any way to make a html button to SKIP or something like that to go to the last page of the form?
    I'm doing the break page.

    Posted 11 years ago on Tuesday October 2, 2012 | Permalink
  5. Under what circumstances would you skip ahead? What would be skipped over? And why would skip be used instead of next?

    Posted 11 years ago on Tuesday October 2, 2012 | Permalink
  6. zx7md
    Member

    Ok I got the button working but not 100%

    here is the deal:
    Radio Button: add another Vehicle?* (I'm using the page break)
    Yes = is taking me to another Page (Perfect)
    No = ok the form is submitted (Perfect)

    How can I change the button label as ( if I select no ) the button label change to "Submit"
    If I select yes, the button label will change for add another Vehicle

    Any ideas?

    Posted 11 years ago on Tuesday October 2, 2012 | Permalink
  7. You will have to change the button text dynamically using something like jQuery on the front end. This functionality is outside of what Gravity Forms can do with the form builder, but you can accomplish this with jQuery.

    https://www.google.com/search?q=change+submit+button+text+with+jquery

    Posted 11 years ago on Tuesday October 2, 2012 | Permalink