Viewing 5 replies - 1 through 5 (of 5 total)
  • did you read the usage stuff on this page:

    http://wordpress.org/extend/plugins/cforms/installation/

    If so, what is it that you dont understand?

    Thread Starter levani

    (@levani)

    I want to insert this plugin in Sidebar but I don’t know what code do I must use for it.

    Thread Starter levani

    (@levani)

    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.

    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

    (@levani)

    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.