PhMailer: help
Hi, I admit I'm a php newbie, but I've often created web forms in the past using cgi scripts like sendform.
I have two questions:
- I'd need the resulting email message to have this kind of layout:
First Name: xxxx
Last Name: yyyy
Message: xyz
etc.
What do I have to change in the script to achieve that result? Could you provide an example?
- Which is the correct code to add more fields (let's say First Name, Last Name, Company Name, etc.)
Thanks! :-)
|