Hi guys!
I have an issue with core42 field and conditional states.
I'm able to get the title value from my artcile with the conditional state IS FILLED BY art_title@value. But when i try to do the same thing with my core42 field doesn't works.
Inside my core42 field I have this code:
Just PrepareForm is filled.
$teste = "prepareForm";
$form = "<input type=\"text\" size=\"10\" id=\"05_p_sowed_total\" name=\"1\" value=\"$teste\" />";
I want to get the value from core42 field and pass to the new field.
Can you guys help me with this issue?