When I send my form to my email address using php everything comes out great apart from the Field names that had spaces in them like user first name becomes user_first_name
Is there a way to put the spaces back in as this is very important as the email goes into some software that doesnt like _!!!!!
Any Ideas is there a key or symbol to use instead of space that would represent a space to PHP?