GET vs POST Method in Forms

I’m creating a form and I notice that you change the method from GET to POST. But I don’t know what this does or for what I can use it?

39

1 Like

That is only to be used if you want the form to submit elsewhere (other than Webflow’s default form submission handling “Action”).

Your third-party service that you want to send the form to will have further instructions on which method to use.

3 Likes

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