Adding a ‘Feedback Form’ to your website
Add a new dimension to your site, by giving your visitors the ability to contact you without them opening their email programs or picking up the phone. A simple feedback form can enhance your chances of contact with your web sites’ visitors.
Please note: If you are interested in using this ‘Free’ service we need to know your domain name and the email address that you are going to be using with it. The feedback form will not work unless you inform us of the details above.
Example feedback form HTML code:
<form action="/cgi-bin/FormMail.pl" method="post">
<input name="recipient" type="hidden" value="support@keconnect.co.uk" />
Your Name: <input name="realname" size="30" /><br />
Your Email address: <input name="email" size="30" /><br />
Message: <br /><textarea cols="40" name="comments" rows="3"></textarea><br />
<input type="submit" value="Send this" />
</form>
The above snippet of HTML code will produce a feedback form that looks like this:
More advanced information and configuration options for this form can be found here
