/ Published in: HTML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<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="contact-form"> <form action="#" id="contactform"> <div> <input type="submit" name="submit" class="buttoncontact" id="buttonsend" value="" /> <input type="hidden" name="siteurl" id="siteurl" value="<?php bloginfo('template_directory');?>" /> </div> </form> <!-- end #contactform --> </div> <!-- end #contact-form --> </div> <!-- end #contact-area --> </div> <!-- end #contact-wrap -->