Skip to main content
regr43553990
Participant
July 3, 2015
Answered

Showif Function

  • July 3, 2015
  • 2 replies
  • 1048 views

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<>" ")}}

 

This topic has been closed for replies.
Correct answer Rijul Raj Khurana

Hello Regr43553990,

You can try this code:

{{FIeld1_es_:signer1}}

{{Field2_es_:signer1:showif(Field1 = "")}}

-Rijul

2 replies

regr43553990
Participant
July 8, 2015

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

Inspiring
July 9, 2015

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

Rijul Raj KhuranaCorrect answer
Inspiring
July 7, 2015

Hello Regr43553990,

You can try this code:

{{FIeld1_es_:signer1}}

{{Field2_es_:signer1:showif(Field1 = "")}}

-Rijul