Form:

This section is used to display a variety of contact form which can be embedded to the site.


Available Options:

  • Form type 1
  • Form type 2
  • Form type 3
  • Form type 4

Form type 1:

Output:

Code:


<div class="darkout-section">
{% include do-form.html form-type="type-1"%}
</div>


How to add in page:

  • Step1: Add form to the page using the include statement.
  • Step2: On the page use

    <div class="darkout-section">{% include do-form.html form-type="type-1"%}</div>

  • Attributes:
    • Form-Type:
      • Use form type as “type-1” to include this form. (Mandatory)
    • Class:
      • Use additional class here as include variable.

Form type 2:

Output:

Code:


<div class="darkout-section">
{% include do-form.html form-type="type-2"%}
</div>


How to add in page:

  • Step1: Add form to the page using the include statement.
  • Step2: On the page use

    <div class="darkout-section">{% include do-form.html form-type="type-2"%}</div>

  • Attributes:
    • Form-Type:
      • Use form type as “type-2” to include this form. (Mandatory)
    • Class:
      • Use additional class here as include variable.

Form type 3:

Output:


Code:


<div class="darkout-section">
{% include do-form.html form-type="type-3"%}
</div>


How to add in page:

  • Step1: Add form to the page using the include statement.
  • Step2: On the page use

    <div class="darkout-section">{% include do-form.html form-type="type-3"%}</div>

  • Attributes:
    • Form-Type:
      • Use form type as “type-3” to include this form. (Mandatory)
    • Class:
      • Use additional class here as include variable.

Form type 4:

Output:

Code:


<div class="darkout-section">
{% include do-form.html form-type="type-4"%}
</div>


How to add in page:

  • Step1: Add form to the page using the include statement.
  • Step2: On the page use

    <div class="darkout-section">{% include do-form.html form-type="type-4"%}</div>

  • Attributes:
    • Form-Type:
      • Use form type as “type-4” to include this form. (Mandatory)
    • Class:
      • Use additional class here as include variable.