dvirhamami
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Background field colorHi,
Thank you for its helped a lot!
If I can one more question please:
What I should type in for Bold text in all the fields?Greeting,
Forum: Plugins
In reply to: [Calculated Fields Form] Background field colorHello, any answer, please?
Forum: Plugins
In reply to: [Calculated Fields Form] Background field colorForum: Plugins
In reply to: [Calculated Fields Form] Background field colorI having a problem with this action.
I entered the style definition:#fbuilder .cff-calculated-field input{background:#83b735; color:ffffff;}
Nothing was changing.
What I’m doing wrong?
Greetings,
Forum: Plugins
In reply to: [Calculated Fields Form] How to show $ sign in Calculated FormGreat ?? thank you
Forum: Plugins
In reply to: [Calculated Fields Form] Formula HelpGreat is working!
thank you ?? you were right, had a mistake with the symbols.Have an additional question if its ok:
Design question:
* How can I change colors?
* how can I make the calculator be in the center?
* it’s possible to make a frame to the contact?
* is this plugin support wpml?(or what I can to do for the customers that use kg and not lbs)Thank you again
Forum: Plugins
In reply to: [Calculated Fields Form] Formula HelpDid I’m doing something wrong?
Please, How I can fix it?Design question:
* How can I change colors?
* how can I make the calculator be in the center?
* it’s possible to make a frame to the contact?
* is this plugin support wpml?Forum: Plugins
In reply to: [Calculated Fields Form] Formula HelpIts still doesn’t work( the results not showing up)
adding again the formula i edited.
(function(){
var weight = fieldname1, level = fieldname2;
if(weight == 1 && level == 1) return ‘2mg-4mg+ Of CBD’;
if(weight == 1 && level == 2) return ‘4mg-8mg+ Of CBD’;
if(weight == 1 && level == 3) return ‘8mg-12mg Of CBD’;
if(weight == 1 && level == 4) return ‘12mg-18mg+ Of CBD’;
if(weight == 1 && level == 5) return ‘18mg-30mg+ Of CBD’;
if(weight == 2 && level == 1) return ‘4mg-6mg+ Of CBD‘;
if(weight == 2 && level == 2) return ‘6-12mg+ Of CBD‘;
if(weight == 2 && level == 3) return ‘12mg-18mg mg+ Of CBD‘;
if(weight == 2 && level == 4) return ‘18mg-24mg+ Of CBD‘;
if(weight == 2 && level == 5) return ‘24mg-40mg+ Of CBD‘;
if(weight == 3 && level == 1) return ‘6mg-8mg+ Of CBD‘;
if(weight == 3 && level == 2) return ‘8mg-18mg+ Of CBD‘;
if(weight == 3 && level == 3) return ‘18mg-24mg+ Of CBD‘;
if(weight == 3 && level == 4) return ‘24-32mg+ Of CBD‘;
if(weight == 3 && level == 5) return ‘12mg-60mg+ Of CBD‘;
if(weight == 4 && level == 1) return ‘8mg-10mg+ Of CBD‘;
if(weight == 4 && level == 2) return ‘12-20mg+ Of CBD‘;
if(weight == 4 && level == 3) return ‘22mg-30mg+ Of CBD‘;
if(weight == 4 && level == 4) return ‘32mg-40mg+ Of CBD‘;
if(weight == 4 && level == 5) return ‘42mg-60mg+ Of CBD‘;
})()Forum: Plugins
In reply to: [Calculated Fields Form] Formula HelpThank you for the quick and helpful reply.
I copy & paste your formula and it did work, but since I edit to my number it’s not showing the result (dosage).maybe it’s because of the result is not just a number?
This what I tried to do:(function(){
var weight = fieldname1, level = fieldname2;
if(weight == 1 && level == 1) return 2mg-4mg+ Of CBD;
if(weight == 1 && level == 2) return 4mg-8mg+ Of CBD;
if(weight == 1 && level == 3) return 8mg-12mg Of CBD;
if(weight == 1 && level == 4) return 12mg-18mg+ Of CBD;
if(weight == 1 && level == 5) return 18mg-30mg+ Of CBD;
if(weight == 2 && level == 1) return 4mg-6mg+ Of CBD;
if(weight == 2 && level == 2) return 6-12mg+ Of CBD;
if(weight == 2 && level == 3) return 12mg-18mg mg+ Of CBD;
if(weight == 2 && level == 4) return 18mg-24mg+ Of CBD;
if(weight == 2 && level == 5) return 24mg-40mg+ Of CBD;
if(weight == 3 && level == 1) return 6mg-8mg+ Of CBD;
if(weight == 3 && level == 2) return 8mg-18mg+ Of CBD;
if(weight == 3 && level == 3) return 18mg-24mg+ Of CBD;
if(weight == 3 && level == 4) return 24-32mg+ Of CBD;
if(weight == 3 && level == 5) return 12mg-60mg+ Of CBD;
if(weight == 4 && level == 1) return 8mg-10mg+ Of CBD;
if(weight == 4 && level == 2) return 12-20mg+ Of CBD;
if(weight == 4 && level == 3) return 22mg-30mg+ Of CBD;
if(weight == 4 && level == 4) return 32mg-40mg+ Of CBD;
if(weight == 4 && level == 5) return 42mg-60mg+ Of CBD;
})()What Im doing worng?
Thank you very much