0 Answer
Buford darnell liz
A PHP Error was encountered
Severity: Notice
Message: Undefined index: userid
Filename: views/question.php
Line Number: 191
Backtrace:
File: /var/www/html/cnasolution/application/views/question.php
Line: 191
Function: _error_handler
File: /var/www/html/cnasolution/application/controllers/Questions.php
Line: 419
Function: view
File: /var/www/html/cnasolution/index.php
Line: 315
Function: require_once
Buford darnell liz
Punditsdkoslkdosdkoskdo
How to change default red color when using required and the input is invalid in html
I have some code like this. When I did not put any input in last name or first name and click submit button, it shows me the red color in border. I know that's because I use required in both of them. But I am wondering is there a way to change that red color to other colors (like green for example)?