Support

Account

Home Forums Backend Issues (wp-admin) Error on gallery validation logic Reply To: Error on gallery validation logic

  • It does appear to be a bug except that the required setting is a default field that is included on all field types. There are several fields where the required setting has no effect on validation, in some cases other field settings will override this.

    For example, you cannot create a select field that is “Not Required” and “Does not allow Null”, or you’ll get the same request. The field is required because it does not allow null.