Gift Form

{% comment %} Section: Bulk / Corporate Gifting Form (final) - Full width + responsive - All labels/options/CTA/colors editable in Theme Editor - Post to Shopify contact endpoint OR a custom webhook {% endcomment %}

{% if section.settings.show_breadcrumbs %}
Home / {{ section.settings.page_title | default: 'Bulk Gifting' }}
{% endif %} {% if section.settings.page_title != blank %}

{{ section.settings.page_title }}

{% endif %} {% if section.settings.page_subtitle != blank %}

{{ section.settings.page_subtitle }}

{% endif %} {%- comment -%} --- FORM START --- {%- endcomment -%} {% if section.settings.submit_target == 'shopify' %} {% form 'contact', id: 'BulkGiftingForm' %} {%- if form.errors -%}
{{ section.settings.error_message }}
{%- endif -%} {%- if form.posted_successfully? -%}
{{ section.settings.success_message }}
{%- endif -%}

{% endform %} {% else %}

{% endif %} {%- comment -%} --- FORM END --- {%- endcomment -%} {% if section.settings.cta_enable and section.settings.cta_text != blank %} {% endif %}

{% schema %} { "name": "Bulk Gifting Form", "settings": [ { "type": "checkbox", "id": "show_breadcrumbs", "label": "Show breadcrumbs", "default": true }, { "type": "text", "id": "page_title", "label": "Page title", "default": "Bulk Gifting" }, { "type": "text", "id": "page_subtitle", "label": "Subtitle", "default": "Enter a subtitle" }, { "type": "range", "id": "max_width", "min": 720, "max": 1400, "step": 10, "unit": "px", "label": "Max width", "default": 1200 }, { "type": "select", "id": "submit_target", "label": "Submit to", "default": "shopify", "options": [ { "value": "shopify", "label": "Shopify contact (emails store owner)" }, { "value": "webhook", "label": "Custom webhook (POST)" } ] }, { "type": "url", "id": "custom_action", "label": "Webhook URL (if using Custom webhook)" }, { "type": "text", "id": "lbl_company", "label": "Label — Company Name", "default": "Company Name" }, { "type": "text", "id": "lbl_person", "label": "Label — Concern person name", "default": "Concern person name" }, { "type": "text", "id": "lbl_phone", "label": "Label — Contact number", "default": "Contact number" }, { "type": "text", "id": "lbl_email", "label": "Label — Mail id", "default": "Mail id" }, { "type": "text", "id": "lbl_bag", "label": "Label — Type of bag", "default": "Type of bag" }, { "type": "text", "id": "lbl_qty", "label": "Label — Quantity", "default": "Quantity" }, { "type": "text", "id": "lbl_budget", "label": "Label — Budget Per Unit", "default": "Budget Per Unit" }, { "type": "text", "id": "opt_placeholder", "label": "Placeholder for selects", "default": "Please Select" }, { "type": "textarea", "id": "country_codes", "label": "Country codes (label|value per line)", "default": "India +91|+91\nUnited States +1|+1\nUnited Kingdom +44|+44\nSingapore +65|+65" }, { "type": "text", "id": "bag_types", "label": "Bag types (comma separated)", "default": "Backpack, Duffle, Trolley, Laptop Bag, Sling" }, { "type": "text", "id": "qty_options", "label": "Quantity options (comma separated)", "default": "25-50, 50-100, 100-250, 250-500, 500+" }, { "type": "text", "id": "budget_options", "label": "Budget options (comma separated)", "default": "₹500-₹1000, ₹1000-₹1500, ₹1500-₹2000, ₹2000-₹3000, ₹3000+" }, { "type": "text", "id": "submit_label", "label": "Submit button label", "default": "Submit" }, { "type": "color", "id": "submit_bg", "label": "Submit background", "default": "#FF5A1F" }, { "type": "color", "id": "submit_text", "label": "Submit text color", "default": "#ffffff" }, { "type": "text", "id": "success_message", "label": "Success message", "default": "Thank you! We’ll get back within 24 hours." }, { "type": "text", "id": "error_message", "label": "Error message", "default": "Please check the fields and try again." }, { "type": "checkbox", "id": "cta_enable", "label": "Show bottom CTA button", "default": true }, { "type": "text", "id": "cta_text", "label": "CTA text", "default": "DISCOVER MORE ABOUT OUR GIFTING SERVICES — CLICK HERE" }, { "type": "url", "id": "cta_link", "label": "CTA link" } ], "presets": [{ "name": "Bulk Gifting Form" }] } {% endschema %}

Gifting Collection