Hi,
I'm hoping someone has come across this:
Has anyone populated fields on a form using a POST method.
When using the GET method
I can add ?FieldName=Value to the end of the URL ie;
http://localhost/forms/form?uName=Chris
and the form field uName is populated with the value as expected.
I have created a simple HTML document that has values and use the POST method which opens the URL http://localhost/forms/form but not fields populate.
Any assistance would be greatly appeciated
Thanks
Chris