Search page and pre-populating values in form

Search page and pre-populating values in form

Hey Guys,

I have a form in ZC which is used for simple data entry process( name tf2 ). 
fields:
Name
Age
Mobile
I have another stateless form( name stateless) in the same application. Here I'm entering a mobile number and checking whether any record for that mobile number exists in my previously entered data ( in tf2). 

In the stateless form, when user enters a mob. no and hits "Search" button, I'm redirecting the page to show the available records found for that mobile number using OpenURL script.

for example, the user enters mobile number 1234567890 and hits "Search" and the report page of tf2 opens with records where mobile number is 1234567890:

name: test name 1
age: 40

name: test name 2
age: 50

My Requirement:
Here, I want the user to pick one of the found records (i.e. test name 1 and age 40) and have the data entry form ( tf2) open with the name and age fields per-populated. After which, the user can choose to edit the data in tf2 or submit it as it was.

Please note that I'm not trying to edit any existing records. I'm trying to use those data in the data entry form so that the entry process is faster and the user does not have to enter the same fields over and over again.

If my approach is wrong, please suggest how this is achievable

Any help is appreciated.

Best,
Ronnie