My form collects user information. The welcome screen uses hidden fields to greet the user.
I want to be able to start by checking if the name field has a value or not.
- If the field has a value, then start by greeting the user using the name and continue with the questionnaire.
- If the name field is undefined, then ask for their name. Then continue with the questionnaire.
I tried adding a logic jump to the hidden name field but for some reason it always goes to the Welcome type. Do I have to remove the Welcome?
If so, what can I use as a welcome screens? I tried the using the statement type but that puts the logo of the company below the text.
What is the best practice to accomplish this?
Thanks for any help anyone is able to provide.