Hello,
I have CFV4 since I built my Joomla 2.5 site. Now I am on Joomla 3.9.13 and CFV4 4.07. I plan to use Chronoforms 6 with my brand new Joomla 4 site, so I keep it the way it is for now.
I have form fields that hide on public view but available for admin to change value of that form fields on admin form. Below is a piece of code on Events tab > Load JS
window.addEvent('domready', function() {
$('active_subscription1_container_div').setStyle('display', 'none');
$('subscriptionname1_container_div').setStyle('display', 'none');
});
I also have a piece of code to gray out some form fields if one of the radio buttons is clicked.
I just noticed that two fields that set to hide is displaying and when I click the radio button, nothing gray out.
When I test form (both Test form and Frontend view) in the admin area, the hiding and disabling are working properly.
Attached is what I see on console.
Please advise.
Thank you,
N
I have CFV4 since I built my Joomla 2.5 site. Now I am on Joomla 3.9.13 and CFV4 4.07. I plan to use Chronoforms 6 with my brand new Joomla 4 site, so I keep it the way it is for now.
I have form fields that hide on public view but available for admin to change value of that form fields on admin form. Below is a piece of code on Events tab > Load JS
window.addEvent('domready', function() {
$('active_subscription1_container_div').setStyle('display', 'none');
$('subscriptionname1_container_div').setStyle('display', 'none');
});
I also have a piece of code to gray out some form fields if one of the radio buttons is clicked.
I just noticed that two fields that set to hide is displaying and when I click the radio button, nothing gray out.
When I test form (both Test form and Frontend view) in the admin area, the hiding and disabling are working properly.
Attached is what I see on console.
Please advise.
Thank you,
N
