Remember the Enctype for Forms!
Remember to check the enctype for forms!
I just spent 2 hours trying to find out why an existing script which hadn’t been used in a long time wasn’t working. It turned out that form fields weren’t getting picked up, and this turned out to be because the form had an enctype of “text/plain”. when I removed this the script suddenly started working!
Let’s not get caught with this one again.
Similar Posts
- Community Server - Spam in Comments
- styling forms using dt - use clear:both
- Umbraco XSLT Attributes must come immediately after the enclosing tag
