View Single Post
 
Old 05-04-2018, 02:04 PM
steelcity79 steelcity79 is offline Windows 7 64bit Office 2013
Novice
 
Join Date: May 2018
Posts: 1
steelcity79 is on a distinguished road
Default legacy form fields conditional statements

Hi,

I've been doing a lot of searching and testing various solutions but I just cant get this to work.

I want to display different bits of text depending on the selection in a drop down.

I am using legacy form fields and have a dropdown called servicetype. I'm using nested IF statements in the form field

{IF { REF servicetype } = "SERVICES1" "WHOOP 1" } {IF { REF service } = "SERVICE 2" "WHOOP2" }

But when I protect the doc and switch test the dropdown the form field just sticks on displaying REF

I've tried speechmarks round the bookmark name with no success.

I'm using word 2013

any help would be greatly appreciated.
Reply With Quote