What are the benefits of the different form methods?

fribse 03 May, 2016
In the Load HTML I can set it to File, Post and Get.
What are the benefits of the different?
fribse 03 May, 2016
Hi Calculus
Thankyou very much, but that didn't hit the mark :-)
GreyHead 03 May, 2016
Hi Fribse,

If you have a file upload use FILE, otherwise use POST unless you need to send the data in the form of a URL when you use GET.

Bob
fribse 03 May, 2016
Ok, I see. Thamkyou for the enlightment!
I just tried changing the form method on a few forms from FILE, that it was set to originally, to POST.
On most of them it works, but my multipage form doesn't seem to go to page 2 if I do that?
GreyHead 03 May, 2016
Answer
1 Likes
Hi Fribse,

Post or File should make no difference to the form submitting to the next page. More likely there is some other problem, possibly with SEF URLs.

Bob
fribse 04 May, 2016
I see, ok, thankyou, I've created another post about the problem, as it seems to be linked to whether it's a menuitem or not.
The POST method seems to work fine otherwise.
This topic is locked and no more replies can be posted.