What you type in Title will resemble in the “flow” page.
What you type in Name will resemble in field validation.
Significance: when you need to have 3 fields with the same name (circled) and when you need to give validations separately for all 3 fields or just one field.

Example of a summary details on the last page of a flow. as a result of the summary tab
Page validation occurs when you need to vaidate a single feild or multiple fields when the user click on the forward or submit button. The error message shown, will apply to the whole page.
Lets take a look at a very simple example
E:g –your creating a form and you need to pick up Details of a particular family you ask the following two questions.

You want to throw out an error message if someone mixes up father’s age and son’s age For that you include a “page validation” as below.

You allow the user to proceed only if they include a value that is greater for father ´s Age than the son's Age.




Field validation is where you get to restrict the users from giving out an answer that is away from your boundaries. The error message for the field validation will appear right after a user enters a wrong value and clicks outside the field.
E:g –you require your users to fill an invitation form, and you want that person to be more than 18 years of age to attend the party. And you need to throw out an error message if a person enters an age less than 18.
Here you need to give a field (age) validation ….


Using “more”
Lets take the same example, with another validation added
E.g. –you require your users to fill an invitation form, and you want that person to be more than 18 and less than 30 to attend the party. And you need to throw out an error message if the person enters a number that do not fall in this category.

Adding a condition is where you let the user pass through a flow you create with validations that is applicable only to that particular user.
Eg: You are organizing a party and you want to know what type of food your vegetarian friends would prefer.
First question would be Are you a vegetarian? If the answer is yes Second question would be What sort of food would you prefer? Here you need to add a page transition.

Go to your “Flow” View Click on the arrow that link the two pages you need to give a transition to You will see the transition on the left navigation
Simply make a sentence accordingly eg. When “Are you a vegetarian” is “yes” go to page “what do you prefer?”
