I have a form that contains several sections of form fields.
The first section contains user information fields such as name, address, etc.
After a user completes the user information section I need the user to click a button
That will return information from another site and automatically populate 2 other
form fields with this data.
What is the most seemless way or best way to do this?
Should I use a hidden frame?
Maybe a popup window that goes to the specific site and sends the values back to the form in the parent window?
Thanks,
Dave
The first section contains user information fields such as name, address, etc.
After a user completes the user information section I need the user to click a button
That will return information from another site and automatically populate 2 other
form fields with this data.
What is the most seemless way or best way to do this?
Should I use a hidden frame?
Maybe a popup window that goes to the specific site and sends the values back to the form in the parent window?
Thanks,
Dave