Different HTML output depending on just field input
-
I fail at building a rather simple calculator with just one input field – let’s call that fieldname1.
What I want to achieve is this: If the value in fieldname1 is between 1 and 9, show HTML output 1. If the value in fieldname1 is between 10 and 19, show HTML output 2. If the value in fieldname1 is between 20 and 29, show HTML output 3, etc. So just a simple “if value is between X and Y, show Z”, but with multiple ranges.
With the “Define dependencies” dropdown options I can only make this work for one single range.
What would be the best way to achieve this?
Thank you in advance.
The topic ‘Different HTML output depending on just field input’ is closed to new replies.
