DEAL ENDS IN:

SUMMER SALE!

UP TO 35% OFF!

GET IT NOW

Is it possible to create a self-selection form with multiple fields?

While we do not offer a pre-built solution for that specific functionality, you can achieve the desired result by following these steps:

  1. Create multiple select forms and position them on the page.
  2. Exclude the button in all forms except the last one and set their Ajax value to “yes.” This configuration ensures that the user’s selections in these forms will be processed in the backend without requiring a page reload.
  3. In the last form, set the Ajax value to “no” and include a button. When the user submits the form, the page will reload.

From the user’s point of view, it will appear as if the entire form was submitted simultaneously.

Example (with two fields):

(Question #1) Gender:
[ifso_group_selection type="radio" options="Male,Female" ajax="yes" ]
(Question #2) Age group:
[ifso_group_selection type="radio" options="0-18,19-26,27-35,35+" redirect="https://if-so.com" ajax="no" button="Continue" orientation="vertical"]

Result:

Gender:

Age group: