ccwpcl
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Input number field typeThanks,
That works fine but, the number vanishes as soon as I move my cursor away from the field.Best regards,
Hi,
Thanks for the fast support! Everything is working perfectly again.
Best regards.
Hi,
Unfortunately I can’t as it is still in development and only available on a local server.
As I need to get it working again, can I uninstall the plugin and reinstall an earlier version without loosing any of the changes I have made to my forms?
Best regards,
The update appears to have changed something so that my calculations are no longer working.
Best regards,
Forum: Plugins
In reply to: [Calculated Fields Form] Display result as hours and minutes hh:mmThanks,
I worked out how to use the formula.
Is there a way to get it to return the hh:mm format?At the moment, if the number is 68 minutes, it shows the number as 1:8 instead of 1:08.
Best regards,
Forum: Plugins
In reply to: [Calculated Fields Form] Display result as hours and minutes hh:mmGreat, Thanks,
I’m not sure how to put that into an IF statement like the one. Any ideas?
ROUND(IF(OR(fieldname2==”t1″,fieldname2==”t2″,fieldname2==”t3″, fieldname1==”t4″),fieldname5*fieldname16,IF(OR(fieldname1==”t5″,fieldname1==”t6″,fieldname1==”t7″,fieldname1==”t8″),fieldname5*fieldname16+fieldname38,0)))Thanks,