• how can i put a contact for in a template that is in php for example:

    footer.php

    i’ve tried <?php if ( isset($si_contact_form) ) echo $si_contact_form->si_contact_form_short_code( array( ‘form’ => ‘1’ ) ); ?>

    with the corresponding form number but nothing shows up, it comes blank

    any help would be appreciated thank youuuu!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter djchugg

    (@djchugg)

    no response?

    I don’t know, maybe your theme is causing the plugin not to be loaded in the footer. Test with the default Twenty Ten theme to verify.

    Thanks Djchugg!!! That’s EXACTLY what I was looking for! I used the code you providet

    <?php if ( isset($si_contact_form) ) echo $si_contact_form->si_contact_form_short_code( array( ‘form’ => ‘1’ ) ); ?>

    and it’s working great for me!

    Thanks Mike! Now your plugin is fantastic for me too!

    PS: I’m not a pro in php ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Fast Secure Contact Form] posting contact form in template file’ is closed to new replies.