I am using Chronoforms Version 7.0.7 for WordPress. For testing purposes, I am using the default 2020 or 2021 WP themes.
I have successfully built several CFV7 forms that work just fine on pages & posts. There's one particular form that needs to go in a side bar. I have tried including it in a text widget using the appropriate shortcode, but that method does not work.
I have tried including the shortcode directly in the theme template file using the method shown below, but this does not work either.
https://www.chronoengine.com/forums/posts/t108471/p393197/cfv6-shortcode-in-php-file-not-works-and-cant-access-this-data-object-in-included-php-file?startat=0
Any thoughts/ideas on how to get a form to display in a sidebar location in WordPress?
I have successfully built several CFV7 forms that work just fine on pages & posts. There's one particular form that needs to go in a side bar. I have tried including it in a text widget using the appropriate shortcode, but that method does not work.
I have tried including the shortcode directly in the theme template file using the method shown below, but this does not work either.
<?php echo do_shortcode("[Chronoforms chronoform=contact-form]");?>There was a previous post in this forum last year that followed similar efforts for CFV6. I have tried using/modifying some of the code shown towards the end of the thread linked below... but haven't been able to get the form to be displayed.
https://www.chronoengine.com/forums/posts/t108471/p393197/cfv6-shortcode-in-php-file-not-works-and-cant-access-this-data-object-in-included-php-file?startat=0
Any thoughts/ideas on how to get a form to display in a sidebar location in WordPress?