Jump to content

Need help with simple application form


loveranger

Recommended Posts

OK, I've got a simple application form. Look below:

http://www.rnkprofessionalcorporation.com/website/application.htm

 

Once someone clicks submit, how do I make it send me all those information in a well organized format? To a file on my server or e-mail?

 

What would I have to be the code in the process.php?  :shrug:

Link to comment
https://forums.phpfreaks.com/topic/166345-need-help-with-simple-application-form/
Share on other sites

Send the form values as an array to php,

Then use the mail() function to email the info to you,

 

As mail() supports html you should be able to create the output how you want it

(see here for info)

 

Alt. if you want to save the data to your server simply use the fopen() functions

(see here for info)

 

Stuie

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.