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
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
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!
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!
Not really without custom code.
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
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
This topic is locked and no more replies can be posted.