Can I allow users to send me code in a contact form. If so how. Is it only HTML code that is not allowed? I have successfully sent PHP with backticks
Also why should I not allow this?
Can I allow users to send me code in a contact form. If so how. Is it only HTML code that is not allowed? I have successfully sent PHP with backticks
Also why should I not allow this?
Will this filter help you?
http://www.gravityhelp.com/documentation/page/Gform_allowable_tags
You can specify which HTML tags you want to allow.
The reason to not allow it would be security. Someone could submit malicious HTML and you would execute it wherever you display it, should that code be rendered.