/ Published in: PHP
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.
Replace ‘Default’ with the name given to your form.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php insert_cform('Default'); ?>