Can two submit buttons be used to complete the form

  • mgcaledonian13
    Asked on July 15, 2018 at 6:39 PM
    Can two buttons be used to complete the Form?
    For example when "Send a Message" is selected the Submit button appears and hides the other "Submit" button
    (Renamed "Return") and the "Submit" button hidden when "Phone Number" appears, this would need to have a
    Link back to another page with no notifications, a false field instead of "Email" field.
  • jonathan
    Replied on July 15, 2018 at 7:19 PM

    Multiple Submit buttons can be added on the form for visual purposes only. All the submit buttons will have one post submission action/process only.

    To achieve the functionality you described, you can use Conditions also.

    User guide: Smart Forms Using Conditional Logic

    Example if you want to change the Thank You Message after the form is submitted, you can follow the steps on this user guide: 

    How to Change "Thank You" Message Using Conditional Logic

    I hope this help. Let us know if you need further assistance.






  • mgcaledonian13
    Replied on July 17, 2018 at 6:38 PM

    Thanks for that info.