|
W
|
wildwally 9/3/2012 |
|
Hi, I have a field that needs to be required dependent on the value of another field. How can I accomplish this? I would like it to show the dependency in Javascript, without saving the form, but it would also be ok to show a message if they attempt to save it under the required conditions. Thanks!!
|
|
|
S
|
Stucco author 9/24/2012 |
|
Something like this in javascript onLoad event:
|
|
|
S
|
Stucco author 9/30/2012 |
|
Hi, |
|
|
S
|
Stucco author 9/30/2012 |
|
And I think I figured it out. |
|
|
S
|
Stucco author 9/30/2012 |
|
Yep. That's it. I was able to bypass the overloaded addValidation method and just manually add 'IsRequired' to the array. This is my final code.
|
|