Skip to main content

Hello Great Community !

I am using Zapier Webhook premium  ,  I have implemented this on my website (Thrive theme) .  I am using thrive form(byThriveTheme) to capture leads from my website and send it to a server using JSON API URL  on Zapier Webhook ZAP.

I get Data Ouput in JSON format everytime the form is submitted by visitors. I want to ask how to show the Output Data /Json Repsonse on my Thank you Page when a Form is submitted by visitor.

When my form is submitted , I get output data like "mobile number is already registered","email is already registered", "user has already has account" from the Server .

I want to show these messages to my visitors on my Thank You Page .

Kindly guide , can it be done ,? if yes how ?

Regards

What you could do:

- Create a web page that exposes a webhook and waits for a http request

- Format the json json you retrieve in your zap if needed, and use a webhook to post this to your website

- As soon as your website recieves this http request, use the data and show whatever you want

 

Let me know if this helps you or if you got more questions.