Hi,
Is anybody familiar with this contact form, or know of any other php based contact form that is easy to install?
I was able to get the test version of Fast Secure Contact Form to work, but can not get it to install to an html page.
Here is the code that is supposed to load the form to the html page:
Contact Form <?php $contact_form = 1; // set desired form number. $contact_form_path = '/contact-files/'; // set path to /contact-files/ with slash on end. require $contact_form_path . 'contact-form-run.php'; ?>And her is the doctype, etc. info I am using:
My guess is that the doctype is wrong, or the $contact_form_path is wrong.
Does anybody have any pointers or notice anything I don’t?
Thanbks!