Ir al contenido principal
Buscar este blog
{% if page.signup.content.size > 0 %}
{{ page.signup.content }}
{% endif %} {% if page.tags_count > 0 %}
{% include "page_tags" with page %}
{% endif %} {% include "like_page" %}
{% if request.sorta_logged_in? %} {% include "form_greeting" greeting: "will you sign up?" %} {% else %}
Will you sign up?
{% endif %} {% if page.show_social_slider? and page.public_activities_count > 0 %} {% include "social_slider" %} {% endif %} {% form_for signup %}
{% error_messages_for signup %}
{% if request.sorta_logged_in? == false or request.current_signup.has_name? == false %}
First Name*
{% text_field "first_name", class:"form-control text", required:"required" %}
Last Name*
{% text_field "last_name", class:"form-control text", required:"required" %}
{% endif %} {% if request.sorta_logged_in? == false or request.current_signup.has_mobile? == false %}
Email*
{% email_field "email", class:"form-control text", required:"required" %}
{% if site.ask_for_mobiles? %}
Mobile phone
{% phone_field "mobile_number", class:"form-control text" %}
{% endif %} {% endif %} {% if page.signup.is_phone? %}
{% if page.signup.require_phone? %}
Phone*
{% phone_field "phone_number", class:"form-control text", required:"required" %} {% else %}
Phone
{% phone_field "phone_number", class:"form-control text" %} {% endif %}
{% endif %} {% if page.signup.is_address? %} {% if request.sorta_logged_in? == false or request.current_signup.has_full_address? == false %}
{% if page.signup.require_address? %}
Address (Street, City, State, Zip)*
{% text_field "submitted_address", class:"form-control text", required:"required" %} {% else %}
Address (Street, City, State, Zip)
{% text_field "submitted_address", class:"form-control text" %} {% endif %}
Mobile phone
{% select_field "country_code", page.signup.countries, "code", "name", class:"custom-select" %}
{% endif %} {% endif %} {% for cf in custom_fields.signup %} {% assign custom_field = cf[1] %} {% assign custom_field_id = 'custom_values.' | append: custom_field.slug %}
{% if custom_field.is_text? or custom_field.is_number? %}
{{ custom_field.name }}
{% text_field custom_field_id, class:"text" %} {% elsif custom_field.is_boolean? %}
{% check_box custom_field_id, class:"checkbox" %} {{ custom_field.name }} {% elsif custom_field.is_multiple_choice? %}
{{ custom_field.name }}
{% collection_select custom_field_id, custom_fields.signup[custom_field.slug].multiple_choice_options, class:"select" %} {% endif %}
{% endfor %}
{% if request.sorta_logged_in? == false or request.current_signup.has_mobile? == false %} {% unless page.show_consent_form? %}
{% check_box "email_opt_in", class:"custom-control-input" %}
Send me email updates
{% if site.ask_for_mobiles? %}
{% check_box "mobile_opt_in", class:"custom-control-input" %}
Send me text messages
{% endif %} {% endunless %} {% endif %} {% include "custom_fields_signup" %} {% if page.signup.has_labeled_tags? %} {% include "labeled_tags" %} {% endif %} {% if page.signup.is_volunteers? and site.ask_for_volunteers? %} {% if request.sorta_logged_in? == false or request.current_signup.is_volunteer == false %}
{% check_box "is_volunteer", class:"custom-control-input" %}
I want to volunteer
{% endif %} {% endif %} {% if site.ask_to_publish_to_stream? %}
{% check_box "activity_is_private", class:"custom-control-input" %}
Don't publish this on the website
{% endif %} {% if page.show_consent_form? %} {% include "consent_form" %} {% endif %} {% submit_tag "Sign up", class:"btn btn-primary btn-block submit-button" %}
{% endform_for %} {% if page.text_keyword_instructions.size > 0 %}
or {{ page.text_keyword_instructions }}
{% endif %}
YUMMY FAST FOOD
Entradas
¡Aquí no hay nada!