Skip to content

Instantly share code, notes, and snippets.

@CloCkWeRX
Created December 3, 2011 00:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save CloCkWeRX/1425533 to your computer and use it in GitHub Desktop.
Request #19097 HTML_QuickForm2 does not generate valid html - expects vs actual
<div class="quickform"><form method="post" id="form_name"
action="-"><div><input type="hidden"
name="_qf__form_name" id="_qf__form_name-0" />
<div class="row"><label for="test-0" class="element"></label>
<div class="element"><input type="checkbox" name="test"
id="test-0" value="1" /></div></div></div></form></div></div>
</div>
<h2>Comments</h2>
</div>
<div class="quickform"><form method="post" id="form_name"
action="-"><div><input type="hidden"
name="_qf__form_name" id="qf__form_name-0" />
<div class="row"><label for="test-0" class="element">
</label><div class="element"><input type="checkbox"
name="test" id="test-0" value="1" /></div></div></div>
</form></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment