{{ 'liquid.views.social_sign_up_page.header_thanks_for_sign_up' | translate }}

{{ 'liquid.views.social_sign_up_page.description_complete_sign_up' | translate }}

{% form 'social_sign_up' %} {% if errors.size > 0 %} {% include 'form_errors' %} {% endif %} {% if page.requiring_email %}
{% assign field = fields.email %}
{% 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 %}
{% endform %}
{% 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 %}