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?
SFaiz
(Engineer)
(56 Points)
Replied 19 November 2023
submit response button is greyed out. please see attached file
SFaiz
(Engineer)
(56 Points)
Replied 19 November 2023
ok thanks. I am able to do it. notice is for another person so I have to select other person.
Joseph Clemons
(Web Developer)
(24 Points)
Replied 27 May 2024
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" />