User Selection is a free add-on. Click here to download.
The User Select Form allows you to display dynamic content based on the user’s selection. This option can be useful in a variety of cases, such as allowing users to select gender, age, interests, etc. Once the user selects an option, the page will reload and display the relevant content.
Select gender to see how the content changes:
Creating a user selection form involves three steps:
Use the following shortcode to create a selection form:
[ifso_group_selection type='select' options='Male, Female' default-option='Gender' button='Go']
You can control the form’s appearance using the following parameters:
Options – Add the audiences names exactly as you created them in Step 1.
Type=”radio” – This option creates a form with radio buttons instead of a select field.
Button=”text you choose” – Remove this parameter if you don’t want to use a button. Change the parameter value to set the text of the button
Example:Radio buttons without a button:
Default-option=”Text you choose” – The value of the parameter will be the default option of the form. This allows users to cancel their selection and view the default content.