Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Reply to e-mail in a form submission

  • 07-08-2007 7:13pm
    #1
    Registered Users, Registered Users 2 Posts: 1,641 ✭✭✭


    Have a bit of probelm i need to put a site together for my aunt who runs a b+b and i need a contact form in it, but when she receives the form to her e-mail and when she hits reply i want to reply to the e-mail that was entered in the form, anybody know how i can create this easy enough, i will be hosting the site on freehostia.com


Comments

  • Registered Users, Registered Users 2 Posts: 2,593 ✭✭✭tommycahir


    have a look at the one @ http://www.tectite.com/ it is pretty simple to use and very safe also.. It has has a wizard that helps you set it up also.


  • Registered Users, Registered Users 2 Posts: 378 ✭✭sicruise


    As the man said formmail is easiest way to go about this and you have perl cgi with that free hosting package...

    It'll be something like this in your page...
    <form action="http://yourdomain.com/cgi-bin/formmail.pl" method="POST">
    <input type="hidden" name="recipient" value="you@yourdomain.com">
    	<input type="hidden" name="subject" value="B&B Booking">
    	<input type="hidden" name="redirect" value="http://yourdomain.com/thankyou.html">
    <br>
    Your Name : <input type="text" name="realname" size="20"/>
    <br>
    Whatever else : <input type="text" name="whatever" size="20"/></form>
    


Advertisement