Example output
To clarify your requirements for the toggleSubmitButton function, could you confirm the following:
Should the function check the selections of both #accountTypeSelect and #accountTypeSelectRoth simultaneously, or should it only consider one at a time?
Are there any specific actions to take if neither select box has a valid selection (e.g., should the button be disabled in that case)?
This will help ensure the code meets your needs accurately.