Qualtrics - How Do I Create Questions To Confirm An Email Address?
An explanation of how to create email confirmation questions.
-
Confirm An Email Address
You will need to setup two questions:
One question will ask for the email address and add validation as email.
- Create question
- Make the question a required field
- Add validation
- Click the down arrow on Minimum length
- Select content type
- Email address
The second question will be a validation custom type. To get the custom validation you will need to pipe the information from the email question (first question you setup). Copy the piping information into the confirm email address question. (second question you setup)
- Create the second question: Please confirm the email address
- Make it required
- Go back to question asking for the email address (first question you setup)
- Check the box and click Piped text tab
- Pick Survey Question
- Find the Question that is asking for an email
- Click Email address
- Copy the piping information - It should look like this ${q://QID18/ChoiceTextEntryValue}
- Check the second question where you are asking to confirm the email address
- Add a validation
- Choose Custom
- Pick the question for "Confirm the email address"
- Pick the choice "Please confirm the email address"
- Pick "Is Equal to"
- Paste the piping information
- It is optional to check the "Ignore Case"
- Load an "email does not match" error message
- Save
After you have copied the custom validation piping, remember to delete the piping information in the first question as seen in the screenshot above.