Hey guys, I am trying to do a custom application form however,
I am stuck on how I am going to link the 'SUBMIT'
button to the email address,
so the filled in form will be sent to a e-mail address
to be handled by the Management.
Thanks.

Hey guys, I am trying to do a custom application form however,
I am stuck on how I am going to link the 'SUBMIT'
button to the email address,
so the filled in form will be sent to a e-mail address
to be handled by the Management.
Thanks.
bumping.
Edited by Infectious (Forum Super Moderator): Please do not pointlessly bump threads!
Last edited by Chris; 05-10-2011 at 10:38 AM.
Erm not quite sure if this is what your talking about but something like this maybe..
<?
if ($_POST[submit]) {
$themessage = 'Name: $name/nAddress: $address';
mail('[email protected]', 'Job Application', $themessage);
}
?>
where would this go?
Can you post the application you have made so far so I can show you?
Depends what you are using but you will likely need a php script which the button will call.
Ostinato...
Slightly Obsessed with Mrs. Aguilera
Want to hide these adverts? Register an account for free!