registration

Questions.

Add questions to your question set.


Jason Sylvestre

Jason Sylvestre

31 July 2020

Questions

Overview

  • Questions are added to Question Sets.
  • Questions require a name.
  • Questions require a question type.

Question type

  • A sample of the question type changes when you pick a different question type.
  • Text Box is a simple 1 line entry field.
  • Text Area is a multi-line entry field. It can be resized by the end user.
  • Boolean is just a single check-box
  • Radio Buttons are a list of choices where the end user can pick one of them. You add choices by clicking the + button under the options. Each option should have a value for the end user to pick.
  • Checkbox List is similar to radio buttons except the end user can choose multiple values.
  • Drop Down is a drop down list where the end user can pick a single value. Options are added the same as with radio buttons and checkbox lists.
  • Date is a text box that has a Date Picker associated with it. It should be used with the date validator to ensure the end user doesn’t change the date to something invalid.
  • No Answer is a place where you can display information. I’d recommend using it only in transactional question sets. One possible use would be to display a coupon code for an early bird special discount.

Validators

  • Not all validators can be used together or for different question types. If you choose something that ins’t allowed you will get an error message indicating the problem when you try to create the question.
  • Required means the end user has to enter something to be able to submit the registration.
  • Email checks that the value entered is in the basic format for an email. We do not validate that the email exists.
  • Url checks that the information entered is in a URL format (Basically just copy the wed page’s address).
  • Date checks that the information is in a date format. If used, it is better that this is used with the date question type.
  • Phone Number checks that the information is in a phone number format. These can be kind of tricky depending what kind of number is entered. Our recommendation would be to avoid this validator where possible.
  • Zip Code just does a basic format validation. If your end user it outside the US, this may cause problems.

Previous Main Artice Next