I\'m loading a dialog box with a form that\'s built on-the-fly using Bootbox.js and I\'m validating user input with a jQuery validate plugin.
Validation works just f
You should change the name for your submit button, because you have a naming conflict. For example, try changing it from name="submit" to name="other".
name="submit"
name="other"