Connect your contact form to Fullwhere
If you have a contact form on your website and want to connect it to Fullwhere so that submissions flow directly into the platform, here is how to do it:
Create a Fullwhere contact form
Go to your Fullwhere interface, under the Fullwhere Capture > Contact Forms section, to configure your contact form. This form will serve as a 'replica' of the contact form on your website.
If needed, you can find a step-by-step guide here on how to configure your contact form.
You must configure your form to identically match the one on your website, allowing you to map your existing fields to Fullwhere fields to record submissions.
Connecting your form to Fullwhere
Once your Fullwhere form is created, retrieve its ID by previewing the form or directly from the editor. You will need this ID to complete the connection.
Next, you will need to use two public API calls: - the first to retrieve your form's data structure
API Reference:
GET /public/contact-form
- the second to submit the entries received on your form to Fullwhere.
API Reference:
POST /public/contact-form/submit
If your form contains a 'STORE' field type, the form structure response will include a storeList object providing the name and ID for each location.
Last updated