Workflow Soluiton

 View Only
  • 1.  Highlight

    Posted Dec 15, 2014 04:41 PM

    hi,
    anyone know how I can do if I want that when my CheckBoxList has chosen option but justification has nothing written and if I click the button to save, send me an error that justification is required and I change the border color field missing.

    Thanks

     



  • 2.  RE: Highlight
    Best Answer

    Posted Dec 15, 2014 05:26 PM
      |   view attached

    Find a demo project attached.  I believe it's accomplishing the effect you're asking for.

    Here are some screenshots as well.

    2014-12-15_15-10-52.png

    Live:

    highlightpaneldemo.gif

     

    Attachment(s)

    package
    PanelHighlightDemo.package   57 KB 1 version


  • 3.  RE: Highlight

    Posted Dec 15, 2014 07:31 PM

    I want that appeared after giving click the save button.

    thanks.



  • 4.  RE: Highlight

    Posted Dec 15, 2014 07:58 PM
      |   view attached

    I adjusted the demo package to work as you requested.  I'm not sure that's the way I would do the validation, but this should do as you ask.

    highlightpaneldemo2.gif

    Demo package attached.  Note the functionality comes from the code in the form's Body onload and Script sections, as well as the IncludeHTML component on the form designer.

    If you need more info on this method, check out this article:

    Hightlight Element by CheckBox State

    Attachment(s)