Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Natao arisiva ity resaka mitohy ity. Mametraha fanontaniana azafady raha mila fanampiana.

How to leave blank instead of fill out this field?

  • 6 valiny
  • 67 manana an'ity olana ity
  • 4 views
  • Valiny farany nomen'i Billb114

more options

I am trying to fill out and submit a form online but firefox will not let me submit it whilst some of the fields are still blank. I must leave them blank because it is a government form. How can I turn off this guard/feature?

I am trying to fill out and submit a form online but firefox will not let me submit it whilst some of the fields are still blank. I must leave them blank because it is a government form. How can I turn off this guard/feature?

All Replies (6)

more options

Any responses to this? I need to get my job done and will have to use IE to do it.

more options

Don't make me keep using Internet Explorer! Ahhhh!

more options

Messages about blank form fields when attempting to submit a form are usually generated by the page involved, because they want certain fields filled out and not left blank. If you don't get that same type of message when using IE, the page isn't coded correctly for both Trident and Gecko or there is a problem with the JavaScript for that form.

more options

I don't get the same message when I use IE. Page must not be coded correctly as you say. Oh well, maybe the government will start using Firefox someday. Fat chance.

more options

The input field has a "required" attribute; mine was required='no', remove it and FireFox will stop editing it. There are other ways to stop the validation process. To find out do a search on "firefox fill out this field".

more options

Not quite. Where I'm seeing a difference in FF4 is on fields that have NO required attribute set at all. We use XSL to render about 300 different web pages for some 800 internal users. The default pre-FF4 and apparently in IE8 is to make a field NOT required when no required parameter is set. Only having required="true" would make it required. In FF4 it defaults to required and that is causing a LOT of problems. Is there no way to turn that off at the browser level instead of changing code on 300 pages?