Form via Email
- Started
- Last post
- 6 Responses
- elwolverton
Howdy all! Sorry for the umpteenth FormMail thread...
I have successfully run FormMail on my client's server, which puts the "name, subject, email, and (maybe) content" fields into an email to a specified recipient.
I want this to work with a form which has around 10 fields that would be included in the content of the email. How would I do this? I am an amateur CGI contortionist.
Here's the script I'm using:
- jgjh1510
Just incase, here are other options...
- elwolverton0
Thanks!
Does anyone know of any PERL/CGI alternatives?
- rasko40
isn;t it enough to just name your various input fields in the HTML? not sure what you're trying to do.
- elwolverton0
trying to:
have a "contact information" form where the user fills out all their address and numbers and such.
they may also select a pulldown menu for their occupation
this information somehow needs to get sent to my email address, so that i may see their responses in each field. I don't believe FormMail does this with that many fields...but I could be wrong. Please, please prove me wrong.
- rasko40
yeah you can do that with formmail no problem, just add your fields and dropdowns and thats that, you dont need to configure the cgi-form at all.
just try it you'll see.
- elwolverton0
oooh, thank youuu : D
as you can see, i'm so unsure of myself.