Skip to main content
EdRoxter
Participant
March 1, 2017
Question

Validation: Custom Formula in Acrobat PDF Tag

  • March 1, 2017
  • 0 replies
  • 362 views

Dear all,

I know I can define a field validation via regex by using this tag as the field's name in Acrobat:

MyField_es_:custom(regexp="__myregex__",msg="My error message")

How can I do the same for validation type "Custom - Formula"? I can't find anything in the Text Tag Documentation or Knowledge Base.

I just tried

MyField_es_:custom(formula="__myformula__",msg="My error message")

into the blue, but this doesn't work.

Does anyone know how to achieve this?

This topic has been closed for replies.