When I set my jQuery dialog to model=true, it disables my form elements inside the dialog and I cannot use them, only the buttons. I have seen examples where the contents of
The z-index of the form is most likely the problem. Try setting it to "auto":
#my_dialog_form { z-index: auto; }