CF7 events not working between pages

Control form field visibility across multiple pages.

Overview

Events set on one page cannot directly reference field values from a previous page.
Use the Run Conditions behavior on the target field in the later page, setting the condition to check the required value from the earlier page's field.

Answered
ChronoForms v7
cr crealiagroup 12 Oct, 2020
I want to show/hide a field in the end_page according to values of start_page.
I've setted the field's events placed in the end_page referring to the value of the field in the start_page but it seems not working.

Could you please check it?
Max_admin Max_admin 14 Oct, 2020
The events works on the same page only, what you want to do can be done with the "Run Conditions" behavior!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
cr crealiagroup 15 Oct, 2020
1 Likes
Ok, could you please help me setting the process with an example?

Thanks in advance.
cr crealiagroup 19 Oct, 2020
Answer
1 Likes
Ok, I've found the way.

In the end_page I set Behaviours > Data > Run conditions > {data:myfieldname} == myvalue
Post a Reply