Revision: 46366
Updated Code
at May 18, 2011 00:58 by jamigibbs
Updated Code
<div id="contact-wrap"> <!-- Try putting your paragraph here --> <p>Are you ready to take your martial arts school to the next level of success? Great! Professor Gary Lee is ready to answer any questions and assist you with the enrollment process. Prof. Lee may be reached at 713-483-0476 or [email protected]. We are thrilled to have your school in the America's Best Martial Arts family. Welcome! </p> <div id="contact-area"> <?php $success_msg = get_option('pf_success_message');?> <div id="emailSuccess"><?php echo ($success_msg) ? $success_msg : "Your message was successfully sent. Thank you!";?></div> <div id="contact-form"> <form action="#" id="contactform"> <div> <label>Name </label><input type="text" name="name" class="textfield" id="name" value="" /><span class="require"> *</span> <label>Subject </label><input type="text" name="subject" class="textfield" id="subject" value="" /><span class="require"> *</span> <label>E-mail </label><input type="text" name="email" class="textfield" id="email" value="" /><span class="require"> *</span> <label>Message </label><textarea name="message" id="message" class="textarea" cols="2" rows="2"></textarea><span class="require"> *</span><br /> <input type="submit" name="submit" class="buttoncontact" id="buttonsend" value="" /> <input type="hidden" name="siteurl" id="siteurl" value="<?php bloginfo('template_directory');?>" /> <span class="loading" style="display: none;">Please wait..</span> </div> </form> <!-- end #contactform --> </div> <!-- end #contact-form --> </div> <!-- end #contact-area --> </div> <!-- end #contact-wrap -->
Revision: 46365
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at May 18, 2011 00:57 by jamigibbs
Initial Code
<div id="contact-wrap"> <p>Are you ready to take your martial arts school to the next level of success? Great! Professor Gary Lee is ready to answer any questions and assist you with the enrollment process. Prof. Lee may be reached at 713-483-0476 or [email protected]. We are thrilled to have your school in the America's Best Martial Arts family. Welcome! </p> <div id="contact-area"> <?php $success_msg = get_option('pf_success_message');?> <div id="emailSuccess"><?php echo ($success_msg) ? $success_msg : "Your message was successfully sent. Thank you!";?></div> <div id="contact-form"> <form action="#" id="contactform"> <div> <label>Name </label><input type="text" name="name" class="textfield" id="name" value="" /><span class="require"> *</span> <label>Subject </label><input type="text" name="subject" class="textfield" id="subject" value="" /><span class="require"> *</span> <label>E-mail </label><input type="text" name="email" class="textfield" id="email" value="" /><span class="require"> *</span> <label>Message </label><textarea name="message" id="message" class="textarea" cols="2" rows="2"></textarea><span class="require"> *</span><br /> <input type="submit" name="submit" class="buttoncontact" id="buttonsend" value="" /> <input type="hidden" name="siteurl" id="siteurl" value="<?php bloginfo('template_directory');?>" /> <span class="loading" style="display: none;">Please wait..</span> </div> </form> <!-- end #contactform --> </div> <!-- end #contact-form --> </div> <!-- end #contact-area --> </div> <!-- end #contact-wrap -->
Initial URL
Initial Description
Initial Title
Contact Form Paragraph
Initial Tags
Initial Language
HTML