Signup:

This section consist of a form which can be used as signup form to create a new account for the user.


Available Options:

  • Signup form.

Signup form:

Output:

Code:


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


How to add in page:

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

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