Need help editing vanilla
Hi, I'm trying to edit the code vanilla churns out so it is level A accessible. I need to add an alt tag onto an input form on this page:
http://vanilla.aspiramedia.com/
There's an input form at line 24 that's not accessible. What file do I edit to do this?
0
This discussion has been closed.
Comments
Particularly, the order of operations.
The code for that form is in the control file for signin.php, which is located in controls/signin.php.
There should be a SignInForm control that has a Render method. The form itself will be in there.