Latest Creator Update bugs

Latest Creator Update bugs

@Creator Support

First let me say that the new compiler is awesome, many thanks :)

1. Double fetch no longer works, eg:
  1. //this will not work
  2. x = Form_Name1[ID = input.Lookup_Field];
  3. y = Form_Name2[ID = x.Lookup_Field];
  4. input.Field = y.Field;
2. Numbers in drop-downs not saving when using "other" option
3. This no longer works:
  1. if(!Field.contains("No"))
  2. {
  3. alert input.Field;
  4. cancel submit;
  5. }
      get this error:
 Error details:
Error in executing On Edit - On Validate script.
Function '{0}' specified in criteria is of type void and cannot be evaluated (17)
Damien Cregan
Hire an Expert