Thank you,
after I will read and reread all post I will rewrite to you. I will upload on my page ( actually I’m working on localhost – desktopserver) Thank you again for your good intention. Great job with this plugin and support.
MR
My real problem is much more complex. I have 36 calculated fields and I want to show just the number passed by a slider (value). Slider amount must change dynamically show/hide calculated fields visibility. After that, I must put in calculated fields value the returned result of a function that takes as a parameter an numberfield value. Anyway, I read a lot of posts and I don’t understand the way you handle fields to put on a much complex code.
————————————————–
another simple example:
claculated field – fieldname1
button – filedname2
jQuery(“………..#………”).on(“click”, function() {jQuery(“….”).hide();
————————————————-