yeah just insert a text widget and insert the shortcode
[CP_CALCULATED_FIELDS id=”ID X”]
it will pop up in the sidebar where you made the widget
thank youuuuuu soooooooooo much!!! working perfectly!!!
Hi,
Furthermore, if you are using the pro version of the plugin, this version includes a specific widget to insert the form on website’s sidebars.
Best regards.
Hi guys
Need your help, I tried both the options, nothing is working. When adding the Calc Form widget, I copy the ID into the for ID Field, but then it displays the standard template calculated form. If I add the text widget, it only show [CP_CALCULATED_FIELDS id=”6″] and nothing else.
Can you please assist?
Raymond
Hi,
If you want to insert the form through the “Text” widget, you should paste the following piece of code in the function.php file of the theme active in your website:
add_filter('widget_text', 'do_shortcode');
Best regards.