I have an html form that is completed but when I received the data from the form its not easy to see.
All data is on there own line and the information is there. But I want to Bold some text, have data double spaced, and many other things. is there a script or html code that can accomplish thing? I just want my form data to be easy to read.
html form data output
Whether you're a seasoned veteran or a struggling beginner, Web Radiance is the web development and web design forum for you. You'll find answers to all your HTML, CSS, SEO, and Programming needs. Pull up a chair and stay awhile.
Page 1 of 1
html form data output
#2
Posted 09 July 2007 - 05:56 PM
So you have an html form, which is sent by email?
#3
Posted 09 July 2007 - 06:02 PM
sypher, on Jul 9 2007, 08:29 PM, said:
So you have an html form, which is sent by email?
thats correct.
when i receive the data to my email address i get something like this.
I want to bold the subject and increase font size aswell as other things.
First_Name : bob
Last_Name : jones
MonthofBirth : 03
DayofBirth : 08
YearofBirth : 18
Address1 : 8787 doppling drive
Address2 :
City : Rossland
State_Province : BC
ZipCode : V0G1Y0
Country : Canada
Home_Phone : 3629503
Work_Phone : 7788800
Citizenship : Canadian
#4
Posted 09 July 2007 - 08:04 PM
If you have a php capable host then it can be done pretty easily.
#5
Posted 10 July 2007 - 03:12 AM
rneedham, on Jul 10 2007, 02:35 AM, said:
thats correct.
when i receive the data to my email address i get something like this.
I want to bold the subject and increase font size aswell as other things.
when i receive the data to my email address i get something like this.
I want to bold the subject and increase font size aswell as other things.
why dont you research using html email..
this should get you started..
http://www.zend.com/.../html-email.php
#6
Posted 10 July 2007 - 03:18 AM
I'm going to guess there's already a mail script, there's a chance it's already in HTML even and just needs some bold tags stuck in. Do you know anything about how the page that sends you the email now works?
#7
Posted 10 July 2007 - 01:00 PM
benbramz, on Jul 10 2007, 05:45 AM, said:
why dont you research using html email..
this should get you started..
http://www.zend.com/.../html-email.php
this should get you started..
http://www.zend.com/.../html-email.php
i know about 40% coding. since i use dreamweaver i let the program make all the code.
i have installed php scripts before but only by following directions.
it says in that link that i need mime headers on. i'll look further into it but is that going to make my form submission data in html?
-------Do you know anything about how the page that sends you the email now works?
its the same as before.. sent by email.
I now know what everyone is saying between html email and sent by email. now i just need some code to change it to html
Share this topic:
Page 1 of 1


Help
This topic is locked
MultiQuote











