×
Menu
Index

Create a form for your visitors to send information to you through email

 
This section will show you how to send the contents of a form to a specified email account. Please note that this does not support upload field of a form. Your web hosting has to support PHP 5 or above and sending email using PHP mail() function.  The PHP extension mbstring also needs to be installed on your server. You may need to check this out with your web hosting or just create a form like the one below to test whether this function is supported on your web server. (Video Tutorial - 6:33)
 
Please note that field name must begin with a letter (A-Z, a-z) and may be followed by letters, digits (0-9), or underscores ("_").
 
We will create a form first with just two fields, one for the name and the other for the email address.