Hi Max, in CFV7 it was possible to trigger an event by comparing a field value with a variable. Exemple in attached pict.
How would you do that with CF8 ?

Cheers,
s
Hi simelas
The "Value IN" "On" in the trigger will do just that, and you can use shortcodes in the Values:

Hi Max,
That is exactly what i had done, but it seems that the short code is not interpreted {data:test}. When puttin a value "3" it works.
However when using {var:my_variable} it works.
Could you have a look ?
(The trigger is in a dropdown).
Cheers,
Hi simelas
All shortcodes should work, but in this case do you have a data variable already set ? if it's set then it should appear in the debug Data variables, if it's not there then it will be empty
if this is your first form page then the only data variables available are those set in the form URL like: &test=123
Hi Max,
to answer to your inputs:
"do you have a data variable already set ?" => yes
" if it's set then it should appear in the debug Data variables" => it appears
This is why i was puzzled !
Finally found the reason : My mistake => there was a typo in some code lines ....
Cheers!
S
