Skip to main content
January 31, 2019
Question

Make existing field required if action appears using in Adobe Text Tags

  • January 31, 2019
  • 1 reply
  • 472 views

Hello,

can we make field required when for example checkbox is checked using Adobe Text Tags?

Does it exist something like requiredif? I did not find anything in the reference guide: Adobe Sign Text Tag Guide .

Connected issue, but solved by script:

Required field if and only if ...

Thanks,

M

    This topic has been closed for replies.

    1 reply

    ɟooqɐɹ
    Participating Frequently
    February 5, 2019

    Hi Maciej,

    There is no such function - you cannot change the property of a field (other than show/hide) based on a condition.  You'd have to have two fields (one required and one not) and show/hide them based on your condition.

    {{[]c}}

    {{f1_es_:showif(c!=checked)}}

    {{f2_es_:showif(c=checked):required}}

    Hope that helps,

    Moe