DropForm with Shopify

Add a custom contact form to a Shopify store and post submissions to DropForm using a plain HTML form.

Shopify themes support custom sections/snippets. You can post a custom form directly to: POST https://api.dropform.app/s/{uid}.

Liquid snippet example

Use as a section or snippet in your theme.

Common gotchas

  • Theme editor sanitization: add via theme files (section/snippet) when possible.
  • Use name attributes for all fields.