francinegg
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] Adding snippet freezes tab in ChromeNot wanting to pile on, just letting you know – I’m also having the same problem. Happening maybe 80% of the time.
Forum: Plugins
In reply to: [Calculated Fields Form] Making a weight converterPerfect! Thank you so much, that’s very kind of you.
Forum: Plugins
In reply to: [Calculated Fields Form] Making a weight converterSorry, that was stupid of me.
https://www.guidesglobal.com/converters-2/
So as you can see I’ve made the simpler converter (temperature) work quite nicely. It’s when I have more than two fields that I hit the ceiling of my javascript skills!
Function key:
fieldname4 = kg
fieldname5 = lb
fieldname6 = stFaulty function in lb (fieldname5):
(function(){
if (fieldname4>0) return fieldname4/0.45359237;
if (fieldname6>0) return fieldname6/14;
return fieldname5;
})()- This reply was modified 7 years, 5 months ago by francinegg.
- This reply was modified 7 years, 5 months ago by francinegg.
Forum: Plugins
In reply to: [Leaky Paywall] Change default textOK, thank you for getting back to me 🙂
If it doesn’t take too long to explain, how would I go about doing it with javascript? I am just learning how to use it.
- This reply was modified 7 years, 5 months ago by francinegg.