Receiving and forwarding to author a squarespace form

:bullseye: What is your goal?

Goal is to receive a submitted form from my Squarespace website and also forward the form to the user of the form

:thinking: What is the problem & what have you tried?

I see form submissions in queue but not receiving them AND form user not receiving them

:clipboard: Error messages or input/output bundles

id error?

:link: Create public scenario page

https://us2.make.com/1905459/scenarios/4204763/edit

1 Like

The link embeded isn’t working - mind copying it again?

Generally, an ID error usually means:

A required field is empty, mapped field references a variable that does not exist in the bundle, module expects an ID from a previous step but is not receiving one.

Ensure all mapped fields show real data, not empty placeholders.

Hi @Michael_Lutz, we cannot access edit links. Feel free to share your scenario safely and publicly via the share scenario button within your scenario:

Forwarding a Squarespace form through Make can feel confusing at first. I’ve found that using the webhook trigger to catch the form submission, then mapping the fields directly into an email module works smoothly. The key is checking the bundle structure in the scenario run log so you know exactly which fields to pass along.