In scriptinit I have sc_field_display({myfield},off);
In validate (or validatesuccess) I have sc_field_display({myfield},on); followed by some things to do. It does not process the field ON until after everything else in validate has run.
Is there a reason for this? Shouldn’t it process in order listed?