This is a discussion on "form submission and mailing problems........aaaagh" within the Web Page Design section. This forum, and the thread "form submission and mailing problems........aaaagh are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
form submission and mailing problems........aaaagh
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
form submission and mailing problems........aaaagh
Hey all,
Must I use php or cgi etc in order to have a form submitted via an email address? I thought a simple mailto would work, but it doesn’t. Within Dreamweaver I have made a form thus <form method="post" action="mailto:name@site.co.uk" enctype="text/plain" name="company_name"> (company details generalised for confidentiality) then there are numerous fields, and bits to fill in, along with a submit button………. <input name="Submit" type="submit" class="contactsubmit" value="Submit Form"> then form closure…………… </form> From what I can gather by other research, all this should work. Frustrating. Anyone see any code I’m missing? Thanks. |
|
|
|
||||
|
Re: form submission and mailing problems........aaaagh
Well ... using the mailto link in that action with send a text file with stuff like
Here's on I've been plastering on this forum PHP Contact Script |
|
|||
|
Re: form submission and mailing problems........aaaagh
I wouldn't mind if a text file got sent at the moment, it doesn't matter too much what format the information gets sent in, because at least the form would be sending info of some sort. my frustration is that it isnt even doing that much. do you think the code looks like it should work?
I'll have a look at the script thanks, but was hoping a simple mailto would suffice in the meantime. cheers. PS I see around the forum you answer a lot to help folks out, just like to say thanks |
|
|||
|
Re: form submission and mailing problems........aaaagh
Here is an example of what I use for the first two lines of my form mail:
The only other mandatory line is the "recipient" . If you get those two lines it should work. The recipient must be the .com email address as well. Hope that helps |
![]() |
| Tags |
| email, form, mailto, post, submit |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Please help with creating a Mailing list form. | Oak | Starting Out | 3 | Dec 26th, 2007 18:54 |
| Form Submission page | markusdavid | Web Page Design | 3 | Sep 8th, 2007 00:50 |
| E-mailing a report based on current record on form | easydoesit | Databases | 0 | Aug 27th, 2007 23:07 |
| form submission with Javascript | ktsirig | JavaScript Forum | 1 | Dec 18th, 2006 21:16 |
| About form submission with Dreamweaver | a.jenery | Web Page Design | 8 | Feb 7th, 2006 11:20 |