Chronoform V6.0.7 For Wordpress (latest release)
I'm trying to make a form in my php custom code using echo
<?php echo do_shortcode('[Chronoforms6 chronoform="My-Alias"]'); ?>
It does not work.
The page is empty.
Has anyone ever used it successfully?
The short code [Chronoforms6 chronoform="My-Alias"] renders well when i put it in a wordpress page.
The echo syntax with wpgmap plugin short code works great.
<?php echo do_shortcode('[wpgmza id="myid"]'); ?>
So why <?php echo do_shortcode('[Chronoforms6 chronoform="My-Alias"]'); ?> does not work ?
Another strange thing is that the button "view" in the BO leads to a "page not found".
Https://vipstudio.webprojects.space/index.php?page=Chronoforms6&chronoform=contact
I can not preview the form.
I'm trying to make a form in my php custom code using echo
<?php echo do_shortcode('[Chronoforms6 chronoform="My-Alias"]'); ?>
It does not work.
The page is empty.
Has anyone ever used it successfully?
The short code [Chronoforms6 chronoform="My-Alias"] renders well when i put it in a wordpress page.
The echo syntax with wpgmap plugin short code works great.
<?php echo do_shortcode('[wpgmza id="myid"]'); ?>
So why <?php echo do_shortcode('[Chronoforms6 chronoform="My-Alias"]'); ?> does not work ?
Another strange thing is that the button "view" in the BO leads to a "page not found".
Https://vipstudio.webprojects.space/index.php?page=Chronoforms6&chronoform=contact
I can not preview the form.