Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Setting Exclusion Group to Required in FormCalc or Javascript

Avatar

Level 2

Hi

I am looking for the syntax to toggle an Exclusion Group to required or optional

For regular text fields I am using field.validate.nulltest="error"  or field.validate.nulltest="disabled" however for the exclusion groups thats not working.

HELP

Suggestions?

Meir

2 Replies

Avatar

Level 10

I don't think I've ever used .validate.nulltest for this. Not sure what the difference is (except maybe the exclusion groups!).

For all field types I use:

field.mandatory = "error";

field.mandatory = "disabled";

Avatar

Level 2

Hi

Thanks for your response. It seems the code was ok the problem was that the behaviour of the exclusion groups is different depending on Version and wheter the form is static or dynamic.

Again thanks for your response

Regards

Meir