best_contact_time: Test time
day 3 digit number: Tes
day 4 digit number: Test
day area code: Tes
evening 3 digit number: tes
evening 4 digit number: test
evening area code: test
preferred_method: test method
--------------------------------------------------
I would like it to look like this:
--------------------------------------------------
Name:
Best Time to Contact:
Phone Number (Day): all three together
Phone Number (Evening): same
Preferred Method of Contact:
I am using NMS FormMail Version 3.14c1 is there anyone out there that could possibly help me?
I haven't looked at NMS FormMail for some time but I imagine it just grabs the form field names and sticks them in the email as they are after checking for security issues and so forth.
Otherwise, you're going to have to go into the code of the script where it processes the information and manually write Perl code to stick those values together and rewrite the email so that it sends things they way you want.
Sorry, not to be vague, but the answer unfortunately isn't as simple as "change $foo to $bar on line 27". There's going to be a place in the form where it goes through the form data variables (probably with a "foreach" loop) and appends them to the form. This will look somewhat similar to php.
In general, though, the easiest is to just change the form field names to how you want them to appear in the email.
JK