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.

( ) New customer ( ) Old customer. Conditional logic + order form

  1. triple
    Member

    Is this possible?

    A form with the options New customer OR Old customer. If new customer, then fill out name, address, phonenumber. If old customer, fill out phonenumber.

    When user clicks Next-button the fields will be checked to see if address was OK, or if a previous customer that a user with the phonenumber already exists. Else give the user error message.

    Then on the next step make the user choose between two products and click Order-button. This will save the data about the order in the database and send a mail to me.

    1) Is this possible? Is there some examples to look at to see how it is done?
    2) Do I need Gravity Forms User Registration Add-On?

    Thanks

    Posted 13 years ago on Monday April 2, 2012 | Permalink
  2. The validation will happen upon clicking submit, but you can select "no duplicates" on the phone field settings. You would use that on the "New Customer" field. Then use a different phone field for the "Old Customer" that doesn't have the no duplicates setting checked.

    We don't have a repository of example forms really, because of the vast nature. I don't think you would need to use the User Registration Add-On.

    Posted 13 years ago on Monday April 2, 2012 | Permalink