using function to echo an paragraph.
-
not sure if that’s been answered so I apologize in advance for any redundancy.
I want to display some html when certain value is achieved/
I was able to do a calculated field with a function like this:
(function(){
if(fieldname9 > 10) return ‘Congratualtions!’
})();But this only echoes inside the field. I would like to echo a lot more text than within a single-line field. Maybe a whole <div> Is it possible to achieve that out-of-the-box?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘using function to echo an paragraph.’ is closed to new replies.