Title: contact form html code
Last modified: August 21, 2016

---

# contact form html code

 *  [Roy Moses](https://wordpress.org/support/users/rmoses123/)
 * (@rmoses123)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/contact-form-html-code/)
 * Hello!
 * i want to insert manually in the code the contact form, inside some php file 
   but not with do_shortcode() or anything like that, just plain html without a 
   php function.
 * is that possible? is there a html code to get from the plugin and that still 
   the contact form db will keep count and save my leads?
 * thanks in advance,
    Roy.
 * [https://wordpress.org/plugins/si-contact-form/](https://wordpress.org/plugins/si-contact-form/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/contact-form-html-code/#post-5041920)
 * Hi Roy is this what you mean..
 * Use this code:
 *     ```
       <?php
       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"]'); ?>
       ```
   
 *  Thread Starter [Roy Moses](https://wordpress.org/support/users/rmoses123/)
 * (@rmoses123)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/contact-form-html-code/#post-5041974)
 * he bro, thanks for your help but you are saying is not fixing my problem, i am
   trying to implement a contact form on top of a easy-fancybox plugin that opens
   the pictures,
 * my code goes like this:
    ‘function(title, currentArray, currentIndex, currentOpts){
   return \'<div id=”fancybox-title-over”>\’ + title + \’ צור קשר: [info@maakot.co.il](https://wordpress.org/support/topic/contact-form-html-code/info@maakot.co.il?output_format=md)
   | 03-6816988</div>  <?php echo do_shortcode(“[si-contact-form form=”1″]”);?> \’;}’
   => __(‘narrow’,’easy-fancybox’) ,
 * it seems i cant use do_shortcode or any echo inside this function.. this is what
   i seem to understand so i am trying to find a way pass that to get a contact 
   form below every image that opens in my fancy box… if you have another solution
   i will be most grateful (:
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/contact-form-html-code/#post-5042109)
 * Hi rmoses123 thank you for clarifying what you are trying to do. Please create
   a support [ticket](http://www.fastsecurecontactform.com/support).
 * Kind regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘contact form html code’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/si-contact-form_dde2be.svg)
 * [Fast Secure Contact Form](https://wordpress.org/plugins/si-contact-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/si-contact-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/si-contact-form/)
 * [Active Topics](https://wordpress.org/support/plugin/si-contact-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/si-contact-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/si-contact-form/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/contact-form-html-code/#post-5042109)
 * Status: not resolved