Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Submitting an online job application through email

Status
Not open for further replies.

hevychevy1996

Programmer
Jan 7, 2005
24
US
I have an online job application i created. After the user submits the application, I want it to email the entire application to my human resources dpt. How would I go about doing this?
 
Use cfmail to send the form. If you want it to look just like a filled in application form, just copy and paste the html from the form inside your cfmail tags. Add value=#form.formfield" to your text fields, replacing formfield with whatever you named your fields.


putting the "new" in "newb".....
 
Look at the cfmail tag, this is how you would actually send the mail. To show the information in the email, you would just code it like you would for displaying it on a page.



Hope This Helps!

Ecobb
Beer Consumption Analyst

"My work is a game, a very serious game." - M.C. Escher
 
oops...posted at the same time.



Hope This Helps!

Ecobb
Beer Consumption Analyst

"My work is a game, a very serious game." - M.C. Escher
 
heh, I thought that was our trick?

A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.
-Douglas Adams (1952-2001)
 
Funny you should say that, when I submitted my first post and the count showed someone else had posted, I said "Crap, I wonder if bombboy said the same thing I did?" I was actually kind of shocked to find out that it wasn't you! :)



Hope This Helps!

Ecobb
Beer Consumption Analyst

"My work is a game, a very serious game." - M.C. Escher
 
heheh give us newbs a chance to answer the easier ones ;)

putting the "new" in "newb".....
 
Yeah nobody ever thinks it was webmigit who posted first :). Kidding.

Btw hevychevy, you don't uaually need cfoutput in the cfmail tag.. If you include the content from another file, you'll need to put cfoutputs inside that file.

cfmail even has a query tag.

What version of CF are you using?

ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top