Jump to content
xisto Community
hyett

Html Application Form

Recommended Posts

does anyone know how to make a form/application that when you submit the form with the submit but it sends it in a email to you email address if anyone on here knows please please let me knowthanks,i want this so i can have members apply for a team on my football site and there information will come back to me and i can accept or reject them for that job

Edited by hyett (see edit history)

Share this post


Link to post
Share on other sites

it can be done in php with the mail function. I'm sure there are many others in other languages like asp, pearl maybe even javascript?

mail  ( string $to  , string $subject  , string $message  [, string $additional_headers  [, string $additional_parameters  ]] )

Share this post


Link to post
Share on other sites

it can be done in php with the mail function. I'm sure there are many others in other languages like asp, pearl maybe even javascript?

mail  ( string $to  , string $subject  , string $message  [, string $additional_headers  [, string $additional_parameters  ]] )
im not the bets at html so really i would need a html generator to do all the scripting for what i need lol

Share this post


Link to post
Share on other sites

What sonesay's link does is generate a form that basically opens whatever the user's default mail program is and fills in some of the data for them. If you want to automatically send a message without having the user send the message from his or her own email address you need php.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.