Skip to main content

Dear Team,

I am using a amp form with a post method that triggers a zapier webhook. 
it enters user infos into a Google Sheet.

But Nothing happens once a user submits the form (Though the values are entered into the google sheet). 
How to redirect user to a thank you page after a successful Zap?

 

Thank You

@Sarathy 

Perhaps check out this help article: https://amp.dev/documentation/components/amp-form/#redirecting-after-a-submission


Thanks a lot @Troy Tessalone 

I am not a technical person.

I am using an Amp HTML form . Once a user submit, it pings the zap webhook (Post method), are you saying that on click of submit button, I should redirect?

 

Thanks a lot


Hi @Sarathy 

The form redirect would have to be configured on the form app, not via the Zap, since Zaps operate on the backend sending data between apps, whereas redirects are frontend behavior.