Jump to content

Form processing


stealthmode666

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.