Here is the
shortcode: [si-contact-form form='1']
Here is the
error I keep getting:
Parse error: syntax error, unexpected '<' in /home/ffstock/public_html/discontinuedkohler.com/wp-content/themes/atahualpa353/functions.php(532) : eval()'d code on line 21
Here is the
link to the site:
http://www.discontinuedkohler.com
Here is the
HTML and php:
<?php if (is_single() ) {
<p>Got Questions - Contact Us!</p>
<!-- Fast Secure Contact Form plugin - begin -
http://www.FastSecureContactForm.com -->
<a name="FSContact1" id="FSContact1"></a>
<div style="width: 375px;">
<form action="http://discontinuedkohler.com/contact-us/#FSContact1" id="si_contact_form1" method="post">
<div style="text-align: left;"><span class="required">*</span>(denotes required field)</div>
<div><input name="si_contact_CID" value="1" type="hidden"></div>
<div style="text-align: left; padding-top: 5px;">
<label for="si_contact_name1">Name: <span class="required">*</span></label>
</div>
<div style="text-align: left;">
<input style="text-align: left; margin: 0pt;" id="si_contact_name1" name="si_contact_name" value="" size="40" type="text">
</div>
<div style="text-align: left; padding-top: 5px;">
<label for="si_contact_email1">E-Mail Address: <span class="required">*</span></label>
</div>
<div style="text-align: left;">
<input style="text-align: left; margin: 0pt;" id="si_contact_email1" name="si_contact_email" value="" size="40" type="text">
</div>
<div style="text-align: left; padding-top: 5px;">
<label for="si_contact_subject1">Subject: <span class="required">*</span></label>
</div>
<div style="text-align: left;">
<input style="text-align: left; margin: 0pt;" id="si_contact_subject1" name="si_contact_subject" value="" size="40" type="text">
</div>
<div style="text-align: left; padding-top: 5px;">
<label for="si_contact_message1">Message: <span class="required">*</span></label>
</div>
<div style="text-align: left;">
<textarea style="text-align: left; margin: 0pt;" id="si_contact_message1" name="si_contact_message" cols="30" rows="10"></textarea>
</div>
<div style="text-align: left; padding-top: 5px;">
<label for="si_contact_captcha_code1">CAPTCHA Code: <span class="required">*</span></label>
</div>
<div style="text-align: left;">
<input style="text-align: left; margin: 0pt;" value="" id="si_contact_captcha_code1" name="si_contact_captcha_code" size="6" type="text">
</div>
<div style="text-align: left; padding-top: 5px;">
<div style="width: 250px; height: 65px; padding-top: 5px;">
<img class="ctf-captcha" id="si_image_ctf1" style="border-style: none; margin: 0pt; padding: 0px 5px 0px 0px; float: left;" src="http://discontinuedkohler.com/wp-content/plugins/si-contact-form/captcha-secureimage/securimage_show.php?ctf_form_num=1&prefix=NHTB gsQxFhONhmG8" alt="CAPTCHA Image" title="CAPTCHA Image">
<input id="si_code_ctf_1" name="si_code_ctf_1" value="NHTBgsQxFhONhmG8" type="hidden">
<div id="si_audio_ctf1">
<a id="si_aud_ctf1" href="http://discontinuedkohler.com/wp-content/plugins/si-contact-form/captcha-secureimage/securimage_play.php?ctf_form_num=1&prefix=NHTB gsQxFhONhmG8" rel="nofollow" title="CAPTCHA Audio">
<img src="http://discontinuedkohler.com/wp-content/plugins/si-contact-form/captcha-secureimage/images/audio_icon.png" alt="CAPTCHA Audio" style="border-style: none; margin: 0pt; padding: 0px; vertical-align: top;" onclick="this.blur();"></a>
</div>
<div id="si_refresh_ctf1">
<a href="#" rel="nofollow" title="Refresh Image" onclick="si_contact_captcha_refresh('1','wav','/wp-content/plugins/si-contact-form/captcha-secureimage','http://discontinuedkohler.com/wp-content/plugins/si-contact-form/captcha-secureimage/securimage_show.php?ctf_form_num=1&prefix='); return false;">
<img src="http://discontinuedkohler.com/wp-content/plugins/si-contact-form/captcha-secureimage/images/refresh.png" alt="Refresh Image" style="border-style: none; margin: 0pt; padding: 0px; vertical-align: bottom;" onclick="this.blur();"></a>
</div>
</div>
</div>
<div style="text-align: left; padding-top: 5px;">
<input name="si_contact_action" value="send" type="hidden">
<input name="si_contact_form_id" value="1" type="hidden">
<input style="cursor: pointer; margin: 0pt;" value="Submit" type="submit">
</div>
</form>
</div>
<p style="font-size: x-small; font-weight: normal; padding-top: 5px;">Powered by <a href="http://wordpress.org/extend/plugins/si-contact-form/">Fast Secure Contact Form</a></p>
<!-- Fast Secure Contact Form plugin - end -
http://www.FastSecureContactForm.com -->
}; ?>
Thanks for checking this,
Doc