HI,
I've set up a form and the output from the form is received as simple text with insertion of form's variables e.g. $name, $address, etc. How could I have the form results look better than a simple text file output? The form is all laid out with simple php. I already send a copy of the form output to the form filler, but that extra bit of branding would be nice. Typical results from the form's output are:
Hi dr haze
Thank you for your email.
We will endeavour to reply to you shortly.
Please DO NOT reply to this email.
Below is a copy of the message you submitted:
--------------------------------------------------
Enquiry
Name: dr andrew downie
Address: lanark,scotland
Telephone Number: 01000000000
Email Address:
me@home.comType of Enquiry: employment
Care Type: hi there,
this is a test message.......
thanks
andrew
Is it advisable to do it at all? Should the simple results be left as they are?