Statamic forms
#7741
Replies: 1 comment
-
Publish forms are for creating editing views in the control panel. You want to set up a form using the CP -> Tools -> Forms area |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to setup some forms in
Statamic
where I can use aZapier webhook
to pass ontoSalesforce
the submissions.I'm also using vue.js so when the form is submitted I want to send GA4 customer tracking conversions.
Reading the
Statamic
docs, i'm a little confused on how and where to do this. Do I set up a form in the CP>tools>forms and add a new form there?Or do I use the
Publish forms
and try to handle the submission viaAJAX
?Beta Was this translation helpful? Give feedback.
All reactions