zamyboi
Forum Replies Created
-
Hi Mihaela!
Here is the screenshot:
Screenshot-Additional CSS- This reply was modified 6 years, 9 months ago by zamyboi.
Hi,
Thanks for replying.I have followed your instructions however it didn’t work. I don’t see any change.
Regards
Forum: Plugins
In reply to: [Calculated Fields Form] CSS design form fieldsHi,
Thank you for being so patient and helpful.this worked for a simply equation, thanks.
However, what if my equation is a function, having a set of conditions. How do I make use of this calculation and assign it to var result?
Please suggest.
My output equation is:
(function() {
if (fieldname24==’Male’ && fieldname23<=19) {
return 66+(fieldname7*13.7)+(fieldname2*5)-(fieldname6*6.8);
}
if (fieldname24==’Male’ && fieldname23>=19) {
return 66+(fieldname26*13.7)+(fieldname2*5)-(fieldname6*6.8);
}if (fieldname24==’Female’ && fieldname25<=30) {
return 655+(fieldname7*9.6)+(fieldname2*1.8)-(fieldname6*4.7);
}
if (fieldname24==’Female’ && fieldname25>=30) {
return 655+(fieldname27*9.6)+(fieldname2*1.8)-(fieldname6*4.7);
}})()
Forum: Plugins
In reply to: [WC Fields Factory] Website crashed after updateI have looked at the php log file.
The error log shows the same thing even after I update the plugin with new file.PHP Parse error: syntax error, unexpected ‘&&’ (T_BOOLEAN_AND), expecting ‘)’ in wp-content/plugins/wc-fields-factory/includes/wcff-builder.php on line 1492
Rather than doing all this, I would simply remove your plugin as this is giving me a huge loss.
Forum: Plugins
In reply to: [WC Fields Factory] Website crashed after updateHi,
I have opened the file through c-panel and have edited its contents with the new file.No change 🙁
Forum: Plugins
In reply to: [Calculated Fields Form] CSS design form fieldsHi,
Updated:
Replying to point 1 and 2 above.
I figured few things out. Field settings are taking all html tags and im able to apply design rules to them 🙂So updated queries are here under:
3. Displaying calculated field output in next line after field title.
4. showing calculated field output WITHOUT forms default input-box.
5. applying html/css design rules for content inside calculated fields.This is just to make my output stand out from rest of the input fields of form.
Thanks for your patience.
Forum: Plugins
In reply to: [Calculated Fields Form] CSS issues and responsive designThanks again! Shall look at it and get back if I have any questions!
Forum: Plugins
In reply to: [Calculated Fields Form] CSS issues and responsive designI have another question.
I want to style my form like the one shown here:
http://damnripped.com/tdee-calculator/change font type, changing background color for header, arranging fields side-on-side in columns. How do i do it?
- This reply was modified 8 years, 6 months ago by zamyboi.
Forum: Plugins
In reply to: [Calculated Fields Form] CSS issues and responsive designThanks a lot @codepeople!
It was a mistake from my end. Sorted it out. Thanks again!