Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi dailyreup the following is the process from @mike Challis…

    How can I add the contact form to a template manually rather than use shortcode in a page?

    Use this code:

    <!--?php <br ?--> if ( isset($si_contact_form) ) {
    echo $si_contact_form->si_contact_form_short_code( array( 'form' => '1' ) );
    }
    ?>

    Be sure to set the correct form number for example, for form 2 you have to set: ‘form’ =>’2′

    This may work also:
    <php? echo do_shortcode('[si-contact-form form="1"]'); ?>

    Regards

    Thread Starter dailyreup

    (@dailyreup)

    Thanks. I was just typing a response to my own question because i just found it in the FAQ page.

    Thanks @mbrsolution

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I embed the form as php in my theme’ is closed to new replies.