In the Load HTML I can set it to File, Post and Get.
What are the benefits of the different?
What are the benefits of the different?
Hello fribse,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
What are the 'Easy Form' and 'Form' Wizards?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
What are the 'Easy Form' and 'Form' Wizards?
P.S: I'm just an automated service😉
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
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
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?
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?
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
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
This topic is locked and no more replies can be posted.