Page 1 of 1

Prompt with Yes/No Checkbox

Posted: Thu May 10, 2018 6:14 pm
by DDeBelle
Hi,
Maybe someone knows a better way that this, but I am trying to get a document to prompt a quest if yes (true) the place checkbox next to it, if No (False) don't.... What I have isn't working at all.. Keep in mind I have never coded in my life, so my logic is WAAAAAYY off. Haha. Here is my terrible try that isn't working.

<IF (<PROMPT CHECK (Yes - Water/Sewer/Waste Water has not been prorated or escrowed for because it is part of the HOA dues) =TRUE)>
XWater/Sewer/Waste Water has not been prorated or escrowed for because it is part of the HOA dues.
<ELSE>
 Water/Sewer/Waste Water has not been prorated or escrowed for because it is part of the HOA dues.
</IF>

Re: Prompt with Yes/No Checkbox

Posted: Fri May 11, 2018 11:15 am
by BobRichards
From my docs guy...

They were REALLY close, only missing one angle bracket. This should work (all they need is a tab stop set at .25"):

<IF (<PROMPT CHECK (Yes - Water/Sewer/Waste Water has not been prorated or escrowed for because it is part of the HOA dues)> =True)><ELSE></IF> Water/Sewer/Waste Water has not been prorated or escrowed for because it is part of the HOA dues.

Re: Prompt with Yes/No Checkbox

Posted: Fri May 11, 2018 2:19 pm
by DDeBelle
Thank you!...I'm actually surprised I was that close :)

Re: Prompt with Yes/No Checkbox

Posted: Fri May 11, 2018 3:17 pm
by DDeBelle
Worked like a charm :) .. Thanks Again!

Re: Prompt with Yes/No Checkbox

Posted: Fri May 11, 2018 3:40 pm
by BobRichards
Great! I'll pass it on.