{% if page.is_social_sign_up_step_two %} {{ 'liquid.views.sign_up_page.header_complete_social_sign_up' | translate }} {% else %} {{ 'liquid.views.sign_up_page.header_create_account' | translate }} {% endif %}

{% form 'sign_up' %} {% if errors.size > 0 %} {% include 'form_errors' %} {% endif %} {% if fields.first_name || fields.last_name %}
{% assign field = fields.first_name %} {% assign field = fields.last_name %}
{% endif %} {% if fields.email %}
{% assign field = fields.email %}
{% endif %} {% if fields.password %}
{% assign field = fields.password %}
{% endif %} {% for field in custom_signup_fields %} {{ field.hidden_input }}
{% endfor %} {% if fields.terms != blank %}
{% assign field = fields.terms %} {% comment %} This hidden input is necessary so that things behave correctly when the checkbox is left unticked. {% endcomment %}
{% endif %} {% if site.invisible_recaptcha_enabled %} {% include 'recaptcha' %} {% else %}
{% endif %} {% endform %} {% include 'remote_sign_in' %}
{% unless page.is_social_sign_up_step_two %} {% endunless %} {% include 'form_validation_script' %} {% schema %} { "label":"Default", "description":"This is a default section — the foundation of your Thinkific site. While this section is not editable, you can customize this page by adding new sections.", "settings":[] } {% endschema %}