Submit response button is greyed out

I received a notice asking to provide information but when I go to e-proceedings, the submit response button is greyed out. How to proceed?


Attached File : 1481080 20231119111852 ff.pdf downloaded: 99 times
Replies (6)
Quick Summary
Users are encountering an issue where the 'submit response' button on e-proceedings is greyed out, preventing them from submitting required information. The problem seems to stem from attempting to submit for another person rather than oneself. A solution involving adding an 'onClick' attribute to the submit button to manage submission status and prevent multiple submissions has been suggested.

Pls upload details.

submit response button is greyed out. please see attached file

ok thanks. I am able to do it. notice is for another person so I have to select other person.

Add the following onClick attribute to your button.geometry dash

<input name="submit" onclick="
  if(!submitted) {
    this.value = 'Please wait...';
    this.disabled = true;
    submitted = true;
    return true;
  } else {
    return false;
  }
" type="submit" value="submit" />

 

Download failed. Comments.

geometry dash meltdown

I try but still fail. Who can show more specifically? Thanks in advance. Candy Clicker

Leave a Reply

Your are not logged in . Please login to post replies

Click here to Login / Register