Good Day,
My asterisks are not showing on my require fields nor is my calendar sections working - they are not loading the calendar to select a date.
When I click view from the joomla backend on Chronoforms V6 they do show however on my front end they are not showing?
Hi DrSmith69,
That sounds like there is a conflict of some kind with your template. Please post a link to the form so I can take a quick look.
Bob
Excellent, removed the code and its working 100% - THANK YOU!
I will continue to play around with the PHP to pull the database,
I am able to echo the database content at the bottom of the form using custom code but I cannot get it to display in the actual text fields.
I am able to echo the database content at the bottom of the form using custom code but I cannot get it to display in the actual text fields.
Just use the var syntax:
{var:read_data_name.path}
Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Max,
Please can you assist me where I am going wrong:
The label 'HRBAK' is returning based on PHP before display:
--See Pic 1
I have a standard text label that i need that HRBaK to go into - see under HRBAK in pic 1
My text label has the {var:php16} captured in the value tab - see pic2
Finally I have field php16 returning the resort from my DB - this works as it is displaying HRBAK above the form - see pic 3
Please can you assist?
Hi DrSmith69,
What are you trying to do exactly ? get the PHP result in the field value ?
Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I've the same problem with a template created on a framework.
Some suggestion?
Hi phimiu ,
Most likely either a CSS or JavaScript error. I suggest that you use your browser web developer tools to check the page.
Bob
Hi phimiu,
It sounds as though it may be a problem with your template :-( Please post a link to the form so that we can take a quick look.
Bob
here :
http://www.velabiancaelba.com/index.php/it/contatti/booking
Thanks in advance
Hi,
The page is not working but the error means some variable is undefined and its not related to Chronoforms, if the error is not fixed it may affect other extensions too!
Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Ok. I tried to fix the problem about base_url variable, but i can't find any solution.
However there is some other extension in the website that works fine, only CF has the problem.
I can understand the problem about the datapicker, that probably uses JS o Jquery, and that can be affected by something in the Helix 3 framework.
But i can't understand the problem about asterisk near mandatory fields that doesn't appear.
Best regards
Hi phimiu,
The asterisk class is enabled by JS, so it will be affected by any JS errors.
In general, any JS errors will affect any JS code processed after them, so you better find and fix the error, the error is at the file main.js line 290, you should check the source of this file and find why there is an undefined var
Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.