Hello, how do I manually through javascript update a fields value so constraints are properly triggered?
I am currently using jQuery("#field_x_y").val("value");
My constraint is:
Show if Imagefile_path is not undefined
Where Imagefile_path is the hidden element (field_x_y) being set by the javascript and its default value is undefined