Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Test your form and enable the developer tool. This tool is a great way to find hidden controls which are invalid or required and empty. You can access it by right clicking on a page and selecting Inspect, or by using the keyboard shortcuts indicated for your OS/Browser. The following links point to documentation on developer tools for several supported browsers.
    1. Chrome
    2. Firefox
    3. Edge
    4. Safari (Web Inspector)
  2. Open the developer tool's HTML tab and search for all instances of s-invalid using the search box in the tool's top-right corner. This will take you to the HTML of each control in the invalid state. The control's name can be found in that HTML, indicated by cname.
  3. Now you can edit your form in the designer, find that control and fix the issue.

...