AJAX Contact Form

To configure contact form you should change variables in file php/ajax-contact-form.php:

  • $address_destination – destination address (email), where will send a message;
  • $message_subject – the subject of the message;
  • $strings – array with strings to change/translate it;
  • $demo – demo mode. Set it to false on production;

HTML Example:

Was this page helpful?