So i have a form for user to enter their business details, names and contact person, etc. Text Field user input element saves the data in datasheet. After submitting the form it moves to the next page.
on this page, I want to address the user with their name taken as input in the previous page.
FOR EXAMPLE::
P A G E 1:
NAME ______________
NAME: MUSTAFA
P A G E 2:
Hello Mustafa,
Enter your business details.
Business Name: _________________________
Business number: _______________________
Thanks