Workflow Soluiton

 View Only
  • 1.  Disable / Enable Button

    Posted May 06, 2010 06:37 PM
    Exist any way to disable button while the values variable is null.

    I have a webform with 5 variables. I would like enable button after the fields filled.


    Thanks,



  • 2.  RE: Disable / Enable Button

    Posted May 10, 2010 03:01 PM


    I'm not sure about enabling/disabling, but you can definitely show/hide the button based on form values. You just hook up the visibility of the button control to a dynamic model. In the dynamic model, just check if those form values have value; if, not, go to a false path, and if they all do, go to a true path.