|
*** PLAIN HTML IS POSSIBLE *****
HOW
+You need to use the 'get' method in the form.html
+You then use the location.search in the Javascript to then get the form data.
Notes
-You will then need to use Javascript, to both split the location.search string down into its different variables
-The GET method is limited in two ways, there is a limit of 255 chrs, which includes the URL and etc.
HOWEVER,
PHP would be best.
|