View Full Version : Submitting form data to two different places
Giotto3
01-25-2009, 04:56 PM
Is it possible to submit form data to two different places. My client wants to collect data from the form (name, address, phone, etc.) and at the same time she wants to collect e-mail addresses for the mailing list.
Thank you.
Medyman
01-27-2009, 07:13 PM
Sure, it's possible. It's up to you which data you collect, where you store it and how you save it.
So, if your form has 3 fields. For example: name, email and phone number.
You can take name + phone number and save them to database table A. And take the email and save it to database table B. Then (if you wanted) you can send an email to the user with a confirmation of the name and phone number.
If you have some code, post in the proper forum (PHP, ASP, etc...) and someone will guide you more specifically.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.