Hi All,
I have a form which makes a connection to my web services to fetch details based on a parameter,
Based on the parameter passed one field will always have data i.e. last name.
how can I stop the form from progressing to page 2 if the field is blank after fetching from page 1.
My form works as follows:
1. page 1 - client enters parameter and submits
2. page 2 - populates based on parameter entered on page 1
If surname field is empty on page 2 I need a message to pop up with invalid parameter redirecting them back to page 1
I have a form which makes a connection to my web services to fetch details based on a parameter,
Based on the parameter passed one field will always have data i.e. last name.
how can I stop the form from progressing to page 2 if the field is blank after fetching from page 1.
My form works as follows:
1. page 1 - client enters parameter and submits
2. page 2 - populates based on parameter entered on page 1
If surname field is empty on page 2 I need a message to pop up with invalid parameter redirecting them back to page 1