How to setup contact form

The contact form html markup is located in app/contact.html > sh__contactSection, also you can find the contact form php code in app/contactForm.php

In the “contactForm.php” file you can change the recipient email address, recipient name, email subject, also you can use one of the main validation rules: “value_not_empty”and “is_valid_email”.

The contact form section style can be changed from app/css/scss/_contact.scss, also from app/css/scss/_general.scss

In the app/js/src/script.js , more precisely in “initContactForm” function you can change the form message, and disable the redirect on success feature.

If you want to change the redirect link you can go to app/contact.html and search for “sh__redirect-to” id. All you need to do is to change the value of this input.