Wait until fieldname is filled from Server
-
Hi,
I have a field that gets data from another form via
var result = JSON.parse(SERVER_SIDE(‘unserialize’, 12));
jQuery(‘[id*=”fieldname’+’3_”]’).attr(‘value’, result[‘fieldname’+3]);A Calculated Field should use this, but fieldname3 is not yet filled at the time of the calculation, so a wrong value comes out. How can I tell the calculated field when it is allowed to calculate?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Wait until fieldname is filled from Server’ is closed to new replies.