Solved

Responsive Forms ,Else If question

  • 2 September 2020
  • 2 replies
  • 65 views

Hi Guys

 

Using the new responsive forms designer and cant figure out how to do a simple else if function?

 

I have a label where the text changes depending on a value in a field

Field Value = 1, Label text = 90 Deg

Field Value = 2, Label text = 180 Deg

Field Value = 3, Label text = 270 Deg

Else Label text = Standard

I can do the Field Value = 1, Label text = 90 Deg, Else Label text = Standard (See attached) but cant figure out how to add the other variables?

 

Thx

 

Geoff

icon

Best answer by SimonMuntz 3 September 2020, 05:42

View original

2 replies

Userlevel 6
Badge +22
Hi,

I think you would need 3 separate rules.
First would be if orientation equals 1 then 90
Second would be if orientation equals 2 then 180
Third if orientation equals 3 then 270 else standard

Thanks I got it to work but not having any else statements at all


Cheers




Reply