# Save is blocked with "Fix validation errors before saving" **What you are seeing** Save is blocked with "Fix validation errors before saving". --- ## Why it happens One or more fields failed validation - a Required field is empty, a URL is not a safe web address, text is outside the character limits, or a number is non-numeric, not whole with decimals off, or outside Minimum/Maximum. --- ## What to do Look for the red messages under individual fields and correct them. Each names the field by its label. --- ## A few things that catch people out * If the feature-flag service is slow or fails, Advanced types stay blocked - the gate treats "not ready" as "not allowed". --- ## Related ["Could not save form - try again"The save could not locate the form's macros in the page content. It retried five times ove](https://help.gocapable.com/forms/could-not-save-form-try-again.html) [Required fields and character or number limits are being ignored - people are saving anythingThe fields are standalone Input macros, not fields inside a Form container. Standalone fie](https://help.gocapable.com/forms/required-fields-and-character-or-number-limits-are-being-ignored-people-are-saving-anything.html) [Everything elseThe rest of this family.](https://help.gocapable.com/forms/everything-else.html) --- _Found it? Good._