Hi,
I'm building a website at the moment and it requires form mailer. I have found a really good script but unfortunately it does not allow the use of spaces within field names.
So the closest I can get is calling something "Last_Name".
I cannot use or the ascii value to indicate a space as the email client used displays these as simple text.
Would it be best to try to perform a character replacement on field names? Or does someone know of a script that does this for me?