PHP Code to Insert cForms in Page Template


/ Published in: PHP
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. <?php insert_cform('Default'); ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.