×
{% set location = site.locations[0] %}
{% if location.custom_fields.counselear_id %}
{% elif location.custom_fields.old_nextslot_id %}
{% set unique_id = 16|random_string %}
{% elif location.custom_fields.nextslot_id %}
{# NOT USED the old non-iframe version of the nextslot scheduler #}
{% set nextslot_ids = site.locations|map(attribute='custom_fields')|selectattr('nextslot_id')|map(attribute='nextslot_id')|list|tojson %}
{% else %}
{% if site.custom_fields['custom_request_appointment_form_id'] %}
{% set customformid = site.custom_fields['custom_request_appointment_form_id'] %}
{{ render_module(module_name='formbuilder', props={'form_id': customformid }) }}
{% else %}
{{ render_module(module_name='formbuilder', props={'form_id': 83208 }) }}
{% endif %}
{% endif %}