Title: adding new plugin
Last modified: August 18, 2016

---

# adding new plugin

 *  [levani](https://wordpress.org/support/users/levani/)
 * (@levani)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/adding-new-plugin/)
 * I’m trying to add this plugin [http://wordpress.org/extend/plugins/cforms/#post-1942](http://wordpress.org/extend/plugins/cforms/#post-1942)
   on my site. I uploaded and activated it but now I don’t know how to insert it
   in my site.
 * Please help

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

 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/adding-new-plugin/#post-639854)
 * did you read the usage stuff on this page:
 * [http://wordpress.org/extend/plugins/cforms/installation/](http://wordpress.org/extend/plugins/cforms/installation/)
 * If so, what is it that you dont understand?
 *  Thread Starter [levani](https://wordpress.org/support/users/levani/)
 * (@levani)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/adding-new-plugin/#post-639855)
 * I want to insert this plugin in Sidebar but I don’t know what code do I must 
   use for it.
 *  Thread Starter [levani](https://wordpress.org/support/users/levani/)
 * (@levani)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/adding-new-plugin/#post-639949)
 * This is in help documentation:
 *     ```
       2.Inserting a form
   
       In posts and pages:
   
       Please use <!--cforms--> for the first form and/or <!--cformsX--> for your other forms to include them in your Pages/Posts. You can apply the aforementioned code either manually or via the editor button (if turned in the Plugin Settings).
   
       Via PHP function call:
   
       Alternatively, you can specifically insert a form (into the sidebar for instance etc.) per the PHP function call insert_cform(); for the default/first form and/or insert_cform('X'); for any other form.
   
       Note: "X" represents the number of the form, starting with 2, 3,4 ..and so forth.
       ```
   
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/adding-new-plugin/#post-639952)
 * > _Alternatively, you can specifically insert a form (**into the sidebar for 
   > instance** etc.) per the PHP function call insert\_cform();_
 * So, what else do you need???
 * `<?php insert_cform(); ?>`
 *  Thread Starter [levani](https://wordpress.org/support/users/levani/)
 * (@levani)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/adding-new-plugin/#post-640057)
 * Thanks. I used only insert_cform(); without <?php ?> 🙂

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

The topic ‘adding new plugin’ is closed to new replies.

 * 5 replies
 * 3 participants
 * Last reply from: [levani](https://wordpress.org/support/users/levani/)
 * Last activity: [18 years, 7 months ago](https://wordpress.org/support/topic/adding-new-plugin/#post-640057)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
