Hello,
unfortunately saving messes up my "if conditions" block - as far as I could see, only the "Full save" Button. After saving with full save there is a new condition at the top of the block "condition_0" with "" equals "" --> which is of course true.
Versions installed:
ChronoForms6, Component 6.2.0
ChronoForms6, Module v6.0.1
ChronoForms6.2, Package 6.2.0
on Joomla 4.3.3 with php 8.2.14
PS: We would like to switch to CF8. What is the roadmap for Logic elements (if condition, switch) and an importer of CF6-Forms?
Thanks in advance and best regards
unfortunately saving messes up my "if conditions" block - as far as I could see, only the "Full save" Button. After saving with full save there is a new condition at the top of the block "condition_0" with "" equals "" --> which is of course true.
Versions installed:
ChronoForms6, Component 6.2.0
ChronoForms6, Module v6.0.1
ChronoForms6.2, Package 6.2.0
on Joomla 4.3.3 with php 8.2.14
PS: We would like to switch to CF8. What is the roadmap for Logic elements (if condition, switch) and an importer of CF6-Forms?
Thanks in advance and best regards
Hi ingenium
Usually this problem is caused by a new unsupported version of PHP, although v6 has been ported to work on PHP8, it may have some glitches
For v8 conditions, you just use PHP action Events, the PHP code returns the name of the event and you add your next actions in the event you want
An importer for v6 forms is on the todo list, but I'm afraid I can not give a timeline, mapping every single feature or configuration in a v6 form to an equal in v8 is not something easy
Usually this problem is caused by a new unsupported version of PHP, although v6 has been ported to work on PHP8, it may have some glitches
For v8 conditions, you just use PHP action Events, the PHP code returns the name of the event and you add your next actions in the event you want
An importer for v6 forms is on the todo list, but I'm afraid I can not give a timeline, mapping every single feature or configuration in a v6 form to an equal in v8 is not something easy
You need to login to be able to post a reply.