Counter and FormMail Example


Counter     This is what the counter looks like. The code you need to use in your page is as follows:

<img src="http://www.example.connectfree.co.uk/cgi-bin/blackcounter.cgi">   Type the word 'Counter', or 'Number of hits' and then add the link (the code in the orange section) to the counter image.


Copy the code in the orange section into your page. The section on the right explains how you can configure this to fit your needs.

<form method="post" action="http://www.example.connectfree.co.uk/cgi-bin/formmail.cgi">  
<input type=hidden name="redirect" value="http://www.connectfree.co.uk">   This can be either the address of your website, or you can leave it to redirect to the ConnectFree website.
<input type=hidden name="recipient" value="e-mail@connectfree.co.uk">   Enter your connectfree e-mail address.
<input type=hidden name="subject" value="FormMail submission">   This appears in the SUBJECT field of the message.

The next part is creating the form. Copy the code below (next to the orange section) into your page. Don't miss out the </form> part, as this finishes the form. The sections in bold can be altered as you wish.

Have a go: fill in your details and press the Send! button. You will then be redirected to our website.

Name   Name <input type="text" name="name" size="45">
Email   Email <input type="text" name="email" size="45">
Query   Query <textarea name="textfield" cols="44"></textarea>
  <input type="submit" name="Submit" value="Send!"></form>


If you have any problems, please e-mail support@connectfree.co.uk explaining what you are having difficulties with.