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

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.