Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Empty Message through Script

Avatar

Former Community Member

Empty Message can be written manually if the fields are set required or recommended.

Is it possible to add empty message through Script? If so How can I get this?

1 Reply

Avatar

Level 7

you could use isNull. So in formcalc for example you could put in the exit event:

if ($.isNull) then

xfa.host.messageBox("This field cannot be left blank")

endif