i have a form which sends information to an email after submission..
the form line reads
<form name="reqtutor" method="post" action="mailto:muslimtutors@yahoo.com" enctype="text/plain" onSubmit="return validate();">
that should work right?
after clicking submit, the information should be sent to the email address specified?
the validate function just makes sure the required fields are filled out..
thanks
arif
the form line reads
<form name="reqtutor" method="post" action="mailto:muslimtutors@yahoo.com" enctype="text/plain" onSubmit="return validate();">
that should work right?
after clicking submit, the information should be sent to the email address specified?
the validate function just makes sure the required fields are filled out..
thanks
arif