Skip to main content
Participant
February 18, 2020
Question

Help Writing Conditional Rule for Field

  • February 18, 2020
  • 1 reply
  • 883 views

**I am using Adobe Acrobat DC**

 

Hi, I am having issues writing a conditional rule for a field.  As a guide I am using the help article referenced in the hyperlink below.  Navigate to Specifying Conditional Rules for Fields.

https://helpx.adobe.com/sign/using/text-tag.html#TextTagsDeepDive

 

I have a field called t045_Owner 1 First Name and I only want this field to show on my form if field d08_7 is checked.  My formula is below.

 

t045_Owner 1 First Name_es_signer1:showif(d08_7=checked)

 

The result of this of this formula is that the field t045_Owner 1 First Name always shows on the form regardless of whether box d08_7 is checked.  Please help me.

This topic has been closed for replies.

1 reply

Allta Media
Community Expert
Community Expert
February 18, 2020

I don't see a colon before signer 1. Try t045_Owner 1 First Name_es_:signer1:showif(d08_7=checked)

PDAndrewAuthor
Participant
February 18, 2020

Hi.  I copy/pasted your formula but unfortunately it did not work. The field still shows whether d08_7 is checked or unchecked.