Hi,
I am building a site for a client which has an enquiry form on it.
Normally I would something like PHP to send the form but the client doesn't
want to pay for a server that supports PHP, so the form is sent using the
mailto: command within the <form> tag. This sends the email fine but it is
rather messey. Could I use javascript to tidy up the form output and then
send an email with the contents, similar to the 'Mail' command in PHP?
Any help or advice greatly received!!
I am building a site for a client which has an enquiry form on it.
Normally I would something like PHP to send the form but the client doesn't
want to pay for a server that supports PHP, so the form is sent using the
mailto: command within the <form> tag. This sends the email fine but it is
rather messey. Could I use javascript to tidy up the form output and then
send an email with the contents, similar to the 'Mail' command in PHP?
Any help or advice greatly received!!
Comment