Contact form to be created
The form to be here with name, email
address, phone number and a free text box for message. The page
should contain the sdic address phone number and clickable email
address
|
Address:
|
Contact form: Name: '; echo 'Email: '; echo 'Address line 1: '; echo 'Address line 2:// '; echo 'Address line 3:// '; echo 'Phone: '; echo 'Message (a maximum of 500 characters are allowed): '; echo ''; require_once('recaptchalib.php'); $publickey = "6LdZLgEAAAAAAOtlCXnVQSVLSOGMeBTlo86JXQRF"; echo recaptcha_get_html($publickey); echo ''; echo ''; ?> |