I found this script which answers a few of my prayers.
It allows potential candidates to send me resumes.
I have set it up on my server and have put together a basic page, just to check, following the instructions with my very elementary and rusty PHP skills.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " by Schweig Germany-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Contact Chefs Professional Agency</title>
<meta name="contact form" />
<script type="text/javascript" src="</head>
<body>
<?php
$contact_form = 1; // set desired form number.
$contact_form_path = '/home/jll/public_html/contact-files/';
require $contact_form_path . 'contact-form-run.php';
?>
</body>
page at does not show php file.
It should work. I get no form. What very simple and stupid mistake am I making? Thank you!
It allows potential candidates to send me resumes.
I have set it up on my server and have put together a basic page, just to check, following the instructions with my very elementary and rusty PHP skills.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " by Schweig Germany-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Contact Chefs Professional Agency</title>
<meta name="contact form" />
<script type="text/javascript" src="</head>
<body>
<?php
$contact_form = 1; // set desired form number.
$contact_form_path = '/home/jll/public_html/contact-files/';
require $contact_form_path . 'contact-form-run.php';
?>
</body>
page at does not show php file.
It should work. I get no form. What very simple and stupid mistake am I making? Thank you!