Forums

Fill in form fields based on data entered in the first field from DB

Elita- 14 Jan, 2019
Hello, I am sucessfully working with CF6 and CC6 with data Read when aid is known.

My problem is to get working following:
Person enters ID number (11 digits long) and after pressing button all other fields fills in with the data from the database.

How do I manage to get this working?
Thank you in advance -
Elita
Elita- 14 Jan, 2019
Updated: I was able to manage this by using multipage form.
The question is - is it possible to have a button by whom pressing the fields would fill in on the same page?
If yes, how to do that?
Thank you in advance!
healyhatman 14 Jan, 2019
Not really without custom code.
GreyHead 15 Jan, 2019
Hi Elita,

You can do it by making an Ajax call back to the server using JavaScript. But frankly a two page form will look much the same to the user and is simpler to do.

Bob
Elita- 16 Jan, 2019
thank you for your suggestions. I will leave it as it is.
This topic is locked and no more replies can be posted.