Contact Forms

After some layout installed you can edit all original forms in the admin left menu: Contact -> Contact Forms

Here you can change parameters to yours

  1. In the theme we use plugin Contact Form 7

    If you have any not clear moments about forms work and parameters in them you should read the official manuals of the plugin.

    There are no changes of the core plugin functionality in our theme.

    Pay attention to form configuration

    • Open some form in admin: Contact -> Contact Forms, tab Mail -> Message body

      The code in it outputs a mail which will be seen to your after client writes something

    • For example we have such code:
      From: [your-name]-[your-email],
      Message Body:
      [your-message]

      There are 3 variables: your-name, your-email, your-message

      Each of them has to be placed in the code of corresponding form

    • So, open tab Form and insert each of variable

    • You can use more variables, create more form fields and write them in the Message body for your convenience

  2. To use captcha functionality in your forms we recommend such plugin - Really Simple CAPTCHA
    It is developed by the same developers as forms plugin which we use for our forms (Contact form 7). So, it can be easy to integrated in each form.

    The plugin requires SSL management on your site. To do this you can use such plugin - Really Simple SSL

  3. Form "Private Event"

    Original code for the form

  4. Newsletter form

    Original code for the form

  5. Contact Us form

    Original code for the form

BACK TO TOP