Hi,
I am implementing a solution for a customer using LF 10.2 Avante with Forms.
I have a Form with anonymous access enabled via a DMZ server for pre-qualified users to submit. I originally wanted to use GET method to pre-fill a hidden form field and then use look-up rules to fill additional fields. (The form will be invoked from a purpose built Partner Portal and a variable will pass a unique Partner ID)
Our client asked me if it would be possible to use a POST method to pass this value rather than have it exposed in the URL. Seeing that I don't have to query anything other than place a value in a hidden form field, POST seems like a bit of stretch.
Please can someone confirm if POST is still the right way to go? If so, can you share some code?
Also, is it also possible to fill a form field value from a cookie instead? If so, can you share some code?
If none of these is possible, I am thinking of recommending GUID with GET method to prevent unauthorised users from tampering with the form.
Thanks,
Adarsh