Expand my Community achievements bar.

Mandatory Fields

Avatar

Level 2

Is it possible to make a field mandatory in LiveCycle? What research I've done keeps giving solutions using javascript, which doesn't work for me.

1 Reply

Avatar

Level 7

Diane_234 ,

you can write java script at server side validation instead validating it at client side. So when u

submit the form, if a mandatory field is not filled up, you can validate at server side and render the form again to fill mandatory field.

Regards

Sunil