Results 1 to 2 of 2

Thread: Submitting form data to two different places

  1. #1
    Join Date
    Jan 2009
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Submitting form data to two different places

    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.

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •