<div style="width:320px;">
<if isdefined("post.iqtpi_contactform") AND post.iqtpi_contactform EQ 1 AND post_captcha_status EQ 1>
<if att.to EQ "">
<span style="font-family:Courier-New, Courier, Mono, Monospace">Developer: you must include the attribute "to=[valid email address]" when using <iqtpi_contactform/></span>
<else>
<div style="display:none"><email from="info@dishfish.org" to="#att.to#" subject="#att.subject#">From #post.iqtpi_contactform_email#:
#post.iqtpi_contactform_message#
-----
sent from the contact form on your DishFish Mobile Business Card</email></div>
<h4>Thank you!</h4>
<p>Your message has been sent.</p>
<p>
<a href="http://#this_domain#/#so_slash_string#">Return to Mobile Business Card</a>
</p>
<div> </div>
</if>
<div style="padding:1em; margin-bottom:1em; background:##FFFFAA;">
<h3>Oops!</h3>
<div style="display:none;"><small> </small></div>
<p>The text you typed did not match the text in the image. Please try again.</p>
</div>
</if>
<div style="margin-left:1em;">
<input type="hidden" name="iqtpi_contactform" value="1">
<div class="unit">
<label for="iqtpi_contactform_email">Your Email Address:</label>
<input type="text" name="iqtpi_contactform_email" value="<if isdefined("post.iqtpi_contactform_email")>#escapeMarkup(post.iqtpi_contactform_email)#</if>"
style="font-size:1em; border-style:solid; border-width:1px; display:block;">
</div>
<div> </div>
<div class="unit">
<label for="iqtpi_contactform_message">Your Message:</label>
<textarea name="iqtpi_contactform_message"
style="font-size:1em; width:100%; height:4em; border-style:solid; border-width:1px; display:block;"><if isdefined("post.iqtpi_contactform_message")>#escapeMarkup(post.iqtpi_contactform_message)#</if></textarea>
</div>
<div> </div>
<div class="unit">
<captcha chars="6" width="300" height="80">
(please type the text you see in the image)
</div>
<div> </div>
<div class="unit">
<input type="submit" value="Send Message" style="cursor:pointer;">
</div>
<div> </div>
</div>