getForm sends undefined variables
Status: Beta
Brought to you by:
jplush76
The getForm function can add "undefined=undefined" values to the query string. One instance where this happens is if I use the html tag. For example:
Select a Choice
Choice 1
Choice 2
Choice 3
A simple fix is to add:
case undefined:
break;
to the switch statement in the getForm method.