Hi
I'm trying to create a page in which for example I have a List of locations and name of costumer, after the user input their name and choose list of location then click the button submit, how to:
1. If the user choose Asia then after he click submit, it redirects to page 2
2. If the user choose Europe then after he click submit, it redirects to page 3
But alongside it, after he click either of it, I want to display their name in page 2 and 3 as well,
Is there any possible way to do this?
Many Thanks
Vika