Forum Discussion
PaoloT
11 years agoLithium Alumni (Retired)
Hi jonathancrow
I would be careful with this approach - I think you may want to do a bit more validation on the value of the "params" variable to prevent possible XSS attacks to your pages.
If you know what kind of values your are expecting for the pre-filling then it should be possible to validate the parameters and discard them if they look suspicious.
Hope that helps!