spacebom
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Conditional radio valuesOh, you are awesome. Now it is working perfect. Thank you very much for your help.
Best Regards.
David.Forum: Plugins
In reply to: [Calculated Fields Form] Conditional radio valuesAnd this is my radio field configuration if it helps to add information to explain the problem: https://hormitech.es/wp-content/uploads/2021/03/radio-conf.png
Thank you again.
Forum: Plugins
In reply to: [Calculated Fields Form] Conditional radio valuesThank you very much, you are amazing.
I think I am very near to solve the problem. Your function works fine, except I think it don’t match the second “if”, because it always return “30” and “34” values no matter what colour (fieldname2) you select.
I am using you function:
(function(){ var color_value; if(fieldname18<=180) { if(fieldname17 == 'red') color_value = 15; else color_value = 30; } else { if(fieldname17 == 'red') color_value = 18; else color_value = 34; } return color_value; })()And you can test here: https://hormitech.es/?cff-form=10 what I am saying. It always use “red” value, never “catch” the blue value/selection.
I am very grateful for your support.
Forum: Plugins
In reply to: [WC Fields Factory] Uncaught ReferenceError: wccpf_opt is not definedMe too… any solution? Thanks.
Forum: Plugins
In reply to: [PayPal IPN for WordPress] Enqueue ScriptHi @angelleye
One question related, what do you think about move frontend/public head scripts to footer? It could be possible? It will improve the performance.
Thank you very much.
Forum: Plugins
In reply to: [Search & Filter] AND or OR when using taxonomies?Hello. I am having the same issue as you.
¿Someone from staff could explain the problem? ¿The PRO version solved it?
Thank you.
Forum: Plugins
In reply to: [JSON API] Get user metadataNo, but we did it. You just need to create a new controller with a function to get author meta data.