PDA

View Full Version : SUBMIT code?



Partian
05-10-2011, 07:43 AM
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.

Partian
05-10-2011, 10:22 AM
bumping.

Edited by Infectious (Forum Super Moderator): Please do not pointlessly bump threads!

ThisNameWillDo!
05-10-2011, 10:37 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);

}

?>

Partian
05-10-2011, 10:48 AM
where would this go?

ThisNameWillDo!
05-10-2011, 11:12 AM
Can you post the application you have made so far so I can show you?

Partian
05-10-2011, 11:30 AM
Can you post the application you have made so far so I can show you?
look at pm

Ostinato
17-10-2011, 11:36 PM
Depends what you are using but you will likely need a php script which the button will call.

Want to hide these adverts? Register an account for free!