Outputting Calculated Field Data In HTML Content
-
LOVE LOVE LOVE your plugin. Had no idea of the power of this until I started messing around. SO THANK YOU. One last question I think for a while.
I’m trying to output some data that isn’t nested in a text box. I’ve reviewed past forum posts and it looks like I need to do this via the HTML content box.
I’m trying one example, but it doesn’t seem to be working for me. It was based on something else you had posted–not sure if there’s an issue with how I’m declaring the function?
<span class="result-here"></span> var result=function(){ if(!fieldname2) return ''; if(.25*fieldname2<fieldname5) return "No"; return "Yes"; }; jQuery('.result-here').html('the label of the field '+result); return result;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Outputting Calculated Field Data In HTML Content’ is closed to new replies.