Adding a Radio Button to a Basic Form

How to add a radio button to a basic form

Radio buttons are used when you have multiple choices, but only one can be selected. To add a radio button to a basic form, complete the following:

  1. From the Inputs menu on the right side of the Forms Designer, drag the Radio input onto your basic form.
  2. Click on the radio input to open the property page.
  3. Enter a name for the radio in the Label field.
  4. Add each radio button by dragging the Add New Option property onto the basic form.
  5. Name each radio option added in the Option Value field.
  6. Mark Required if the radio option is required.
  7. Mark Hidden if this radio option is hidden.
  8. Mark Used for Personal Data if the radio field is used for personal data. By checking this option, non-personal data is kept for analysis, while deleting the personal data.
  9. Toggle Use Default Value on, then select the options you want to auto-populate the form with data on the app.
  10. Mark the Enter Default Value option to select a default to auto-populate the form with data on the app.
  11. Mark the Default Value from Another Field option to default a value from another field. Then from the Select Form Field lists, select the field you want to use to default from.
  12. Click (Save) to save your changes to the form.