Webhooks following url

I played with the contact form sample and was able to turn it into a webhook. On the plus side, the webhook works (yea me!), on the minus side, the browser follows the webhook URL so when I click submit, I load a page that just says ‘accepted’
Is there a button or option I’m missing or is there another way of changing this?

TIA
Steve

How is it you’ve added the webhook?

Sorry, I meant that I’m triggering a webhook

Ahhh, so for the action to work the browser behaviour is to open the link on submission.

To make it silent you’ll need to use JS to activate the Webhook.

Thanks for setting me on the right path

1 Like