Return to Snippet

Revision: 53125
at November 14, 2011 14:36 by albertpak98


Initial Code
<?php insert_cform('Default'); ?>

Initial URL


Initial Description
If you would like to insert a cForms form into your WordPress website without using the TinyMCE or Widget function, you can do so by inserting this code in your template.

Replace ‘Default’ with the name given to your form.

Initial Title
PHP Code to Insert cForms in Page Template

Initial Tags
php, wordpress

Initial Language
PHP