Forum Moderators: coopster
The registrant data such as name, address, email....etc has to post to a third party database through a URL. The login data such as user name and password will be post and store on my end.
Is there a way to do this? Any other suggestions?
Thanks,
The registrant data such as name, address, email....etc has to post to a third party database through a URL. The login data such as user name and password will be post and store on my end.
You can just first save the user name and password on your database upon submitting the form, then redirect the page to example-thirdparty.com/submitform.php?name=$name....
of the thirdparty.
Habtom