Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!

Required check on two fields

Avatar

Level 4

Hi,

I have 2 fields attr1 and attr2. I want to include a required check like either attr1 != empty or attr2 != empty.

Please let me know how to do this.

2 Replies

Avatar

Level 5

Hi,

could you give us a bit more context (maybe some printscreen?

Is it in a schem, in a query?

Kind regards,

Pierre

Avatar

Level 4

Hi,

If you are talking about input forms you can use :  <input required="true" xpath="@attr1"/>

Regards.