Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Mailer.cgi !Help Please!
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Mailer.cgi !Help Please!
Mailer.cgi !Help Please!
21-11-2007 2:20 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Help!
I need to mail the results of a form on my webpage
I have a form now and it works but i need to point it at a mailer.cgi script
Now im lost i have no experience with CGI. I dont know how to write this script. Is this a standard script that i can get from the internet or do i have to customise it.
Pleas someone shed some light on this for me. Any help would be much appreciated
Kind Regards
ANdy
I need to mail the results of a form on my webpage
I have a form now and it works but i need to point it at a mailer.cgi script
Now im lost i have no experience with CGI. I dont know how to write this script. Is this a standard script that i can get from the internet or do i have to customise it.
Pleas someone shed some light on this for me. Any help would be much appreciated
Kind Regards
ANdy
Message 1 of 3
(6,651 Views)
2 REPLIES 2
Re: Mailer.cgi !Help Please!
21-11-2007 11:38 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
All you need to do is use Plusnet form and this will email the results to you
Copy this code change the bit that say youremailaddress and put your own email address.
change the from my website to anything you want this is the message subject.
You can add more inputs with any web editor
<form method="post" action="http://homepages.plus.net/cgi-bin/form">
<p>
<input type="hidden" name="recipient" value="youremailaddress" />
<input type="hidden" name="subject" value="From my website" />
<b>Enter Your Email Address</b>
<input type="text" name="email" />
<input type="hidden" name="realname" />
</p>
<p><b>Please enter your comments or message here</b></p>
<p>
<textarea rows="20" cols="50" name="text area">
</textarea>
</p>
<p></p>
<input name="submit0" type="submit" value="Submit form" />
<input name="reset" type="reset" value="Clear form" />
</form>
Copy this code change the bit that say youremailaddress and put your own email address.
change the from my website to anything you want this is the message subject.
You can add more inputs with any web editor
<form method="post" action="http://homepages.plus.net/cgi-bin/form">
<p>
<input type="hidden" name="recipient" value="youremailaddress" />
<input type="hidden" name="subject" value="From my website" />
<b>Enter Your Email Address</b>
<input type="text" name="email" />
<input type="hidden" name="realname" />
</p>
<p><b>Please enter your comments or message here</b></p>
<p>
<textarea rows="20" cols="50" name="text area">
</textarea>
</p>
<p></p>
<input name="submit0" type="submit" value="Submit form" />
<input name="reset" type="reset" value="Clear form" />
</form>
Message 2 of 3
(530 Views)
Re: Mailer.cgi !Help Please!
10-12-2007 5:21 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi Samuria
I had the same problem using the script which now I have got working thanks to your excelllent advice.
It would be quite nice to make the 'Thank You for Filling out this Form' personalised - is there any way to edit this, or do we have to take what is provided.
It would also be nice to have the form refresh after say 15 - 20 seconds back to the sites homepage, rather that just leaving them on the 'Thank You Form'. Is thsi possible.
Thanks
I had the same problem using the script which now I have got working thanks to your excelllent advice.
It would be quite nice to make the 'Thank You for Filling out this Form' personalised - is there any way to edit this, or do we have to take what is provided.
It would also be nice to have the form refresh after say 15 - 20 seconds back to the sites homepage, rather that just leaving them on the 'Thank You Form'. Is thsi possible.
Thanks
Message 3 of 3
(530 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Mailer.cgi !Help Please!