Copy link to clipboard
Copied
Hi there,
I am trying to set up a showif case where I only show FIELD2 only if FIELD1 contains some value - both are STRING fields. I tried the setup below but it didn't work Any help is appreciated.
Reg
Field2_es_:signer:showif(Field1<>" ")}}
Hello Regr43553990,
You can try this code:
{{FIeld1_es_:signer1}}
{{Field2_es_:signer1:showif(Field1 = "")}}
-Rijul
Copy link to clipboard
Copied
Hello Regr43553990,
You can try this code:
{{FIeld1_es_:signer1}}
{{Field2_es_:signer1:showif(Field1 = "")}}
-Rijul
Copy link to clipboard
Copied
Thanks Rijul - this unfortunately didn't seem to work in the coding. However I was able to make it work by uploading the form and then going into each field and editing them and applying the showif function thru the interface.
All is good!
Thanks
Reg
Copy link to clipboard
Copied
Hello Regr43553990,
I tested the same text tags at my end, and it worked fine. If you can share the document in Inbox, I can quickly check and replicate it at my end.
-Rijul