Best answer

How to show Zapier webhook JSON Response on Thrive Theme ?

  • 28 April 2020
  • 1 reply
  • 937 views

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

icon

Best answer by ForYourIT 1 May 2020, 02:40

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +7

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.