|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
forms
I need to make some forms that are user friendly. So a user can go to the website fill in the data and send the form to the main office. The forms when they arrive in the secretary’s email need to be formatted like they were when the user filled them out; everything I have tried sends the data in a single file string of info that means absolutely nothing to our secretary. I need this data to reach her in the exact same tabled format that the users filled it out in. what is the best way to accomplish this? Using php apache mysql on the server.
thanks |
|
#2
|
|||
|
|||
|
RE: forms
send email as html
|
|
#3
|
|||
|
|||
|
RE: forms
are you saying all I need to do is put enctype="html" in the script? and it will send the form showing all the boxes and text areas and in the same way it looks on the website?
|
|
#4
|
|||
|
|||
|
RE: forms
take a look at the php function mail()
look at the user comments too. you could also google for php html email or something similar. theres tons of examples. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > forms |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|