stealthmode666 Posted December 12, 2008 Share Posted December 12, 2008 I have a massive form, over 100 fields, or 200 fields if a joint applicant fills it in. Without using MySQL as I'm still learning this, how can I use php to send the data from the form to my email in a fashion much the same as the form fields that the user has filled in? At present I have it processing the form and it displays the fields in a 100 rows like this: Members Name: me at somewhere Members Contact Phone Number: 012345... Members Email Address: [email protected] Loan_Amount £: 30,000 Main Applicants Title: Mr Applicants Surname: Someone Forename(s): Me At Residential Address: Space Town: Fairyland County: Disney Postcode: EE1 3EE Lived At Address (Years): 19 Lived At Address (Months): 1 At present I have to use a printed copy of the form this end to fill in the details from the email. I want to be able for the email to have the fields in a better display that I can print off. Like I have in the original form. I don't mind spending hours coding this. Is this possible? Link to comment https://forums.phpfreaks.com/topic/136607-form-processing/ Share on other sites More sharing options...
gevans Posted December 12, 2008 Share Posted December 12, 2008 It depends what your form looks like.. How do you want the email to look? other than 100 rows Link to comment https://forums.phpfreaks.com/topic/136607-form-processing/#findComment-713294 Share on other sites More sharing options...
stealthmode666 Posted December 12, 2008 Author Share Posted December 12, 2008 I would like the logo/banner on the form which is a .jpeg to be used in the processed email. On the form I have two colums, one for main applicant and one for joint applicant. each colum has about 100 fields displayed in row order. Name Address Town County Post Code etc etc I don't want to put the form up to the world for viewing as confidential but somehow the form I have designed I would like it to look the same in the email? Will I make a dummy form and post this? Link to comment https://forums.phpfreaks.com/topic/136607-form-processing/#findComment-713307 Share on other sites More sharing options...
stealthmode666 Posted December 12, 2008 Author Share Posted December 12, 2008 Is there a way I can divide the processed data from my php script that sends the form details. Also can I have the form fields displayed in the email in one color and the filled-in fields in another color? Link to comment https://forums.phpfreaks.com/topic/136607-form-processing/#findComment-713308 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.