/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
{if segment_2 =="thanks"} {if:else} {exp:freeform:form form_name="contactForm" form_class="cmxform" form_id="standardForm" required="name|email|comments" notify="[email protected]" template="contact_form" return="/contact/thanks/"} <fieldset> <ol> <li> <input type="text" id="name" name="name" size="40" /> </li> <li> <input type="text" id="email" name="email" size="40" maxlength="35" value="" /> </li> </ol> </fieldset> <fieldset> <ol> <li> <input type="text" id="subject" name="subject" size="40" value="" /> </li> <li> </li> {if captcha} <li> {captcha} </li> {/if} </ol> </fieldset> {/exp:freeform:form} {/if}