webenergysas
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Hide empty fields in EmailHi Takayuki, thanks for your priceless work.
If a number field (placeholder 0) is set by the user to a specific number (e.g. 2), than (before submitting form) it is put back to 0 corrisponding line will appear in the email even if “Exclude lines with blank mail-tags from output” is selected in mail setup. It’s obviously correct (because the field is not empty anymore as in the initial state waiting for an input, but is 0).
Would it be possible to exclude from mail lines with value=0 [num] tags?
Regards Angelo- This reply was modified 6 years ago by webenergysas.
Forum: Plugins
In reply to: [PVB Contact Form 7 Calculator] two digits after kommaIt worked!
I used your suggested plugin and now your code works perfctly.
Thanks again for your precious help.
AngeloPS: the snippet for two digits worked in functions.php too 🙂
Forum: Plugins
In reply to: [PVB Contact Form 7 Calculator] two digits after kommaHere’s the page where I’m testing the module:
https://www.portamilapizza.it/demo2/WordPress 5.3.2
PHP 7.1.33- This reply was modified 6 years, 1 month ago by webenergysas.
Forum: Plugins
In reply to: [PVB Contact Form 7 Calculator] two digits after kommaThanks Petko.
Tried, but it returns me an error:Parse error: syntax error, unexpected ‘$’, expecting variable (T_VARIABLE) in /home/petsfitn/public_html/portamilapizza.it/wp-content/themes/neve/functions.php on line 19
Any hint on how to solve?
Thanks.Forum: Plugins
In reply to: [PVB Contact Form 7 Calculator] two digits after kommaDear Petko, thanks for this solution for two digits after comma, it works flawlessy.
How to adjust your jquery function so that displayed calculation result number is:
– two digits after comma
– decimals divider , (instead of .)
– thousands divider . (instead of ,)
– € currency symbol before numberThanks in advance for your help!
Angelo