Preorder

{% comment %} KitWorld — Preorder Request Section v1.0 Shopify Custom Liquid Section NOTE ON FILE UPLOADS: Shopify's native contact form does not support file attachments. The reference image field below captures a URL or text description instead. For true file uploads, integrate a third-party service such as: - Uploadcare (free tier available) - Cloudinary Upload Widget - A Shopify app such as "Upload-Lift" and pass the returned URL as a hidden field value. {% endcomment %}

{{ section.settings.eyebrow | default: 'Reserve Yours' }}

{{ section.settings.heading | default: 'Preorder Request' }}

{{ section.settings.subheading | default: 'Fill in the details below and we will confirm availability and pricing via WhatsApp.' }}

{%- form 'contact', id: 'kw-preorder-form', class: 'kw-po__form' -%} {%- if form.posted_successfully? -%}

Request Received.

{{ section.settings.success_message | default: 'Thank you for your preorder request. KitWorld will contact you shortly to confirm availability and pricing.' }}

{%- else -%} {%- if form.errors -%} {%- endif -%}
01 Customer Information
+960
02 Order Details

You can also send reference images directly via WhatsApp after submitting.

03 Delivery Information

Preferred Delivery Method

Urgent Order?

By submitting you agree to be contacted via WhatsApp or email to confirm your order.

{%- endif -%} {%- endform -%}