Contact form setup guide

The section contains information about dynamic contact form setup.
Important You need to make sure your server supports PHP 5.0 + otherwise the dynamic contact form will not work. Please note that if you deploy it locally, you will also need a local server to check the dynamic contact form.

Set up the form

Open the file contact/process-form.php. Following is the screenshot of the values you need to adjust

Contact Form

Edit the e-mail address on line 62 and set your own one. This will be the address where the e-mails sent from contact form will come. You can also set multiple e-mails by separating them with commas.
The subject for e-mail sent can also be set by modifying line 60.
If you need more modifications, like changing the success/error messages, you should edit file contact/process-form.php as well as contact.php and change the values in corresponding places. Just browse through the abovementioned files to locate those fields.

Top of Page