This FAQ relates to the downloadable Easy Internet WYSIWYG Web Builder available from http://www.easyinternetsolutions.co.uk/wsb
- Open the Website Builder and create/open your page
- Click on the "Insert" menu and select Form->Form Area
- Place the "form block" (labelled "Form layout") somewhere on your web page.
- Double click on the "form block" and set the following data:
- Form name: This can be anything you like
- Action:
/cgi-sys/formmail.pl
- Method:
POST
- Encoding type:
application/x-www-form-urlencoded
- In the "Hidden Fields" section at the bottom, click "Add.." and add the following hidden fields:
- Name:
recipient
Value: Your email address (such as me@example.com)
Note: This HAS to be an email address at your domain name - therefore, if your domain name is example.com, the email address HAS to end @example.com . Please ensure you have setup this email address as a "POP3 Email Account" or "Email Forwarder" in your cPanel control panel. - Name:
subject
Value: The subject line you want to appear in the emails you receive from the form - Name:
redirect
Value: The full URL of a page you want people to go to once they have clicked on the submit button on your site.
For example, if your domain name isexample.com
and you have created a page calledthankyou
, you will need to enterhttp://www.example.com/thankyou.html
(i.e. adding the http://www. , then your domain name, a forward slash and then the name of the thank you page and then.html
)
- Name:
- Click "OK"
- Add the various "form elements" via Insert->Form (making sure they appear on the "form block")
- Save and publish your site