Send Form Data to Blocksy Site Search Using Webhook or Other Method

Hi

I’m very new to webhoioks, and am not having much luck.

I’m trying to set up a conversational form to submit the form data to the site theme’s (Blocksy) search feature with webhooks using a GET request so that visitors automatically search the site for the form data they submit. Still, I don’t get how to configure the GF Webhooks add-on-to create the desired URL using a GET method:

“There was a problem with your submission. Please review the fields below.”

But no fields are highlighted.

This is the rough get request URL to use my theme’s search:
https://www.dualdiagnosis.org.uk/?s=KEYWORD&ct_post_type=post

An example of a full Blocksy search URL:
https://www.dualdiagnosis.org.uk/?s=KEYWORD&ct_post_type=post%3Apage%3Aevents%3Avideos%3Aopportunities-board%3Asupporters%3Aquotes%3Aauthors%3Afree-online-courses%3Auseful-books%3Aacademic-articles%3Apsychology-tools%3Arecovery-colleges%3Aresources%3Auseful-tools%3Astories%3Adiagnoses

Here are the settings currently:

Hope someone can help…

Hi Jon. The Webhooks Add-On won’t work for that. The webhook request is sent off asynchronously, and the visitor would never see the results.

You can use a confirmation redirect and the query string to send the s={keyword field:XX} parameter.

But that is probably not related to your validation issue. Disable the Webhooks feed, and set a simple redirect confirmation like https://google.com, then test the form again. Let us know if you’re still seeing the validation error after eliminating the Webhooks Add-On and confirmation redirect.

Thank you.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.