Hi!
I installed Chronoforms 5.
And composed a very simple form, working ok.
But a few minutes later, a blank page appears on the front end (instead of the form).
I tried all the demo forms, and all are doing the same; blank page.
What happened???
Here is the link:
http://www.nudec.info/index.php/en/contact/contact
I installed Chronoforms 5.
And composed a very simple form, working ok.
But a few minutes later, a blank page appears on the front end (instead of the form).
I tried all the demo forms, and all are doing the same; blank page.
What happened???
Here is the link:
http://www.nudec.info/index.php/en/contact/contact
Hi maznar,
Did you add an "HTML render form" action to the "on load" event ? or simply use a "simple form" if you are not familiar with the advanced wizard yet!
Regards,
Max
Did you add an "HTML render form" action to the "on load" event ? or simply use a "simple form" if you are not familiar with the advanced wizard yet!
Regards,
Max
Hi.
Yes, it is.
But even the demos are not working.
I installed the demo packet from the oficial webpage, and nothing is working...
Yes, it is.
But even the demos are not working.
I installed the demo packet from the oficial webpage, and nothing is working...
I have checked your URL and the "Powered by" link is there, so you either don't have the "HTML" action OR your website cache should be cleared ?
Regards,
Max
Regards,
Max
In all the forms (included the demo) is the HTML render option, as you can see in the attached file...
Maybe the cache thing??
Maybe the cache thing??
Please disable the whole site cache and test again, if it doesn't work then please test one of the demo forms using the "test form" button in the wizard and let us know the results ?
Regards,
Max
Regards,
Max
Please send me login info to your website using the PM, did you save the demo form before clicking the "test form" button ? if you did then please verify that all actions still exist under the "setup" tab ?
regards,
Max
regards,
Max
Hi Maznar,
Did you send me the info ? I'm not sure, we receive many messages! please send another note!
Regards,
Max
Did you send me the info ? I'm not sure, we receive many messages! please send another note!
Regards,
Max
Hi maznar,
You have the code below in the base.css file in your template, this css code simply makes the form hidden:
For v4, the same code would hide the credits link, but in v5 it hides the whole form, a different code is needed to hide the link!
Regards,
Max
You have the code below in the base.css file in your template, this css code simply makes the form hidden:
.chronoform { display:none; }
For v4, the same code would hide the credits link, but in v5 it hides the whole form, a different code is needed to hide the link!
Regards,
Max
This topic is locked and no more replies can be posted.