Skip to content

Contact

[contact-form][contact-field label=’Name’ type=’text’ required=’1’/][contact-field label=’Email’ type=’email’ required=’1’/][contact-field label=’Message’ type=’textarea’/][/contact-form]

<?php

add_action('custom_after_main_content',function(){before_after();},20);
function before_after() {
		echo do_shortcode('[code_snippet id=8 name="Contact Form"]'); // Contact Form Markup
}