Configuring Contact Form

Please ensure that your hosting environment supports PHP and the mail() function in order for the form to function properly.

To configure the email settings, follow these steps:

  1. Open the email.php file.
  2. Locate the line that sets the $receiver variable to "email@example.com";.
  3. Replace "email@example.com" with your own email address where you would like to receive the contact form submissions.
  4. Save the changes to the email.php file.

If you wish to customize the text displayed during the form submission process, you can make the following adjustments:

  1. Open the contact.js file.
  2. Find the line that sets the outputText variable, such as outputText.innerText = "Sending your message...";.
  3. Modify the text within the quotation marks to reflect your desired message.
  4. Save the changes to the contact.js file.

Please remember to upload the modified files to your web hosting environment for the changes to take effect.

Back to top