PDA

View Full Version : server side scripting for a form


DrDan
12-18-2002, 08:35 PM
Hi, I'm currently in the process of doing a new form for my website for visitors to subscribe to my newsletter. The problem is that I want to also have an option for them to subscribe to my promotional newsletter in the same form, and hence have the form submit to two separate addresses if a checkbox is clicked. Am I able to do this, and if so, how would I go about it? I mainly edit my webpages in a text editor like notepad.

The current webpage, with only the one option (not the checkbox) is at www.bonsaisite.tridentlist.com
If the checkbox is clicked, I would like the email address to also submit to the form at http://www.bonsaisitepromotions.tridentlist.com/ - if you know what I mean.
Any help would be MUCH appreciated!

Cheers,
Dan

sylow
12-19-2002, 04:17 AM
MMM sounds like you should use php or perl to submit form data to both forms on the fly.

MHO

DrDan
12-19-2002, 07:20 AM
how would I go about that? is there a particular script that I could use or a program that I could use to develop one?