Is there a suggested naming convention for HTML form element IDs vs. the name attribute?
I am referring specifically to when submitting the form and using jQuery.serializeArrays() to capture the data which appears to give {"name":"", "value":""} pairs.
You can find Google's style guide here: