Thank you for this important plug-in. I'm using it for a prototype learning community, and it will be critical to our success.
One question. The WAVE validator indicates the label tags are malformed.
http://wave.webaim.org/report?url=http%3A%2F%2Flearnmaine.net%2F&js=2
The current structure is this:
<label>Learning levels:</label>
<select name="learning-levels">
I believe it should be thus:
<label for="learning-levels">Learning levels:</label>
<select name="learning-levels" id="learning-levels">
Will you consider making this change in an upcoming update?
In any case, thank you again!