Hello, the plugin is interesting, but it does not work if you change the name of a menu and if you add conditional fields, you always have to press the button twice for the condition to appear. Which is frankly annoying. Another point, do we have to have a button to calculate. The calculations cannot be done automatically by just displaying the result?
]]>The calculation in the form works well with Firefox and Google Chrome. But when Microsoft Edge is used, the calculation is not performed and a value of 0 Eur is reported.
]]>I found a calculation mistake in my form. i.e. when we divide a negative value with another negative value, it always gives zero value as answer.
For example: [calculation testing “-8 / -2”] will give “0”. Is it a bug? Can you all reproduce it?
]]>I’m building a demo site using this plugin calculator. The precision option does not seem to work. I want 2 decimal places to be shown in calculated results E.G 2.00 result always shows as just 2 or 3.50 result always shown as just 3.5
I’m using Site Origin Vantage theme and WP 6.3
]]>I’ve had this working on a site for about 2 years but suddenly noticed the calculate button is gone within contact form 7. The page just shows the shortcode.
[calculate_button “Calculate”]
WordPress Version 6.2.2
PVB Contact Form 7 Calculator Version 1.0.10
I’ve had this working on a site for about a year but suddenly noticed the calculate button is gone within contact form 7. The page just shows the shortcode.
[calculate_button “Calculate”]
Is this plugin no longer maintained?
]]>Submit only when PAID
I’m not sure but is it possible to send the form only after the transaction?
Submit maybe hide
PayPal may work as submit
Anything else
Question is it something what is already possible (even with PRO version) or isn’t
TIA
Adam
I’m referring to your previous topic: https://www.ads-software.com/support/topic/multiselect-checkboxes/.
I’m trying to add up the values of options in a checkbox group:
[checkbox numbers “2” “3” “9” “15”]
[calculation totalnumbers “numbers * 1” ]
But the result remains zero, even if I just select one option.
How to do this, and how to trigger the calculation automatically for any tick or untick, without have to use a calculate button?
]]>Hello. I am using the free ‘PVB Contact Form 7 Calculator’ version 1.0.10. I recently decided to update my WordPress site PHP version from 7.4 to 8.1. Everything works except for your plugin. After changing the PHP I cannot activate the plugin. I get the following error:
Plugin could not be activated because it triggered a fatal error.
Fatal error: Unparenthesized a ? b : c ? d : e
is not supported. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
in /home/popnj/www/sandbox/wp-content/plugins/pvb-contact-form-7-calculator/lib/wpSettingsFramework/class-wordpresssettingsframework.php on line 531
This also happens when I run it under PHP 8.0. Can you please update your plugin so that it is compatible with PHP 8. After November 2022 PHP 7.4 will not have any further security updates.
Thanks!
Dave
Hi, for several years I am using your plugin and everything worked fine. Since last week, all the users, who make the test, get a 0 result though.
The sum function seems not to work anymore.
Now – I have tested it on different devices and it works all the time. Do you have ANY idea, why it would not work for the “real” user?
Hi,
I’m experience some issue… I had configured before and it was working. After 3 months it has stopped like magic!
Please enter in the following link: https://altodevalongo.com/reservar/
Can you please help me understanding what is wrong?
Hi, I’m experience some issue… I had configured before and it was working. After 3 months it has stopped like magic! Can you please help me understanding what is wrong?
THANK YOU
Here is my code:
<div class="envelopa-formulario">
<div class="formulario-item-50 item-esquerda">Nome<span style="color:red;">*</span> [text* first-name]</div>
<div class="formulario-item-50">E-mail [email contacto]</div>
<div class="clearfix"></div>
<div class="formulario-item-25 item-esquerda">Data de Check-In <span style="color:red;">*</span>[date* data min:today]</div>
<div class="formulario-item-25 item-esquerda">Hora <span style="color:red;">(a partir das 18h00)*</span>[select* hora include_blank "18:00" "19:00" "20:00" "21:00" "22:00" "23:00" "24:00"]</div>
<div class="formulario-item-50">Suíte escolhida<span style="color:red;">*</span> [select* suite include_blank "Suite Deluxe" "Suite Jacuzzi Plus" "Suite Jacuzzi Lux" "Suite Grey" "Suite Classica" "Suite Eros" "Suite Premium" "Suite Varao" "Suite Jacuzzi" "Quarto De Hotel"]</div>
<div class="clearfix"></div>
<div class="formulario-item-50 item-esquerda">Número de Horas<span style="color:red;">*</span> [select* horas include_blank "12" "16" "24"]</div>
<div class="formulario-item-50">Número de Pessoas<span style="color:red;">*</span> [number* pessoas min:1 max:4]</div>
<div class="clearfix"></div>
<div class="formulario-item-100">Pack Extra <span style="color:red;">(O pack decorativo é obrigatório e tem um custo de 20€)</span>[checkbox extra use_label_element "Pack Compromisso" "Pack Plus" "Kit Erótico" "Kit Bondage" "Kit Bondage Ultimate" "Pack Personalizado"]</div>
<div class="formulario-item-100">Mensagem [textarea your-message x4]</div>
[calculation valor_suites cf7-hide "fn_php(
$s=$_POST{'suite'};
$h=$_POST{'horas'};
$quartos{'Suite Deluxe'}{'12'}=55;
$quartos{'Suite Deluxe'}{'16'}=65;
$quartos{'Suite Deluxe'}{'24'}=95;
$quartos{'Suite Jacuzzi Plus'}{'12'}=100;
$quartos{'Suite Jacuzzi Plus'}{'16'}=120;
$quartos{'Suite Jacuzzi Plus'}{'24'}=200;
$quartos{'Suite Jacuzzi Lux'}{'12'}=100;
$quartos{'Suite Jacuzzi Lux'}{'16'}=120;
$quartos{'Suite Jacuzzi Lux'}{'24'}=200;
$quartos{'Suite Grey'}{'12'}=100;
$quartos{'Suite Grey'}{'16'}=120;
$quartos{'Suite Grey'}{'24'}=200;
$quartos{'Suite Classica'}{'12'}=50;
$quartos{'Suite Classica'}{'16'}=60;
$quartos{'Suite Classica'}{'24'}=95;
$quartos{'Suite Eros'}{'12'}=50;
$quartos{'Suite Eros'}{'16'}=60;
$quartos{'Suite Eros'}{'24'}=95;
$quartos{'Suite Premium'}{'12'}=55;
$quartos{'Suite Premium'}{'16'}=65;
$quartos{'Suite Premium'}{'24'}=95;
$quartos{'Suite Varao'}{'4'}=50;
$quartos{'Suite Varao'}{'12'}=60;
$quartos{'Suite Varao'}{'16'}=65;
$quartos{'Suite Varao'}{'24'}=95;
$quartos{'Suite Jacuzzi'}{'12'}=95;
$quartos{'Suite Jacuzzi'}{'16'}=110;
$quartos{'Suite Jacuzzi'}{'24'}=185;
$quartos{'Quarto de Hotel'}{'12'}=50;
$quartos{'Quarto de Hotel'}{'16'}=60;
$quartos{'Quarto de Hotel'}{'24'}=95;
return $quartos{$s}{$h};
)"]
<div class="formulario-item-100-2"><span style="float:left;line-height: 37px;font-size: 22px;color: red;font-weight: 600;">Resumo do pre?o </span></div>
<div class="formulario-item-preco-25">[variable preco_extra cf7-hide "extra:" "Pack Compromisso 20" "Pack Plus 40" "Kit Erótico 25" "Kit Bondage 25" "Kit Bondage Ultimate 55" "Pack Personalizado 0" "default 0"][calculation calculation-173 class:currency init:0 "valor_suites + preco_extra + 20"]<span style="float:left;line-height: 37px;font-size: 22px;color: red;font-weight: 600;">€</span></div>
[calculate_button calculate_button-927 cf7-hide autocalc]
</div>
<div style="width:100%;text-align:center; float:left;">[submit "Enviar por Whatsapp"]</div>
]]>
Bought pro version but multistep plugin and google sheet connectors stops working once pvb-cf7-calc. is installed. Is anyone else having this issue?
Multistep: https://www.ads-software.com/plugins/contact-form-7-multi-step-module
CF7 Google sheets connector: https://www.ads-software.com/plugins/cf7-google-sheets-connector/
Hello,
after a moving the site to a new hosting I got this error message.
../wp-content/plugins/pvb-contact-form-7-calculator/lib/wpSettingsFramework/class-wordpresssettingsframework.php on line 531
This is the code on line 531:
$subfield['value'] = ( $blank ) ? '' : isset( $args['value'][ $row ][ $subfield['id'] ] ) ? $args['value'][ $row ][ $subfield['id'] ] : '';
How can I fix that?
Thank you in advanced!
Best regards
]]>I’ve recently purchased a pro version from your website, but after successful payment from my bank account. Your website says that we’re just verifying your payment. And now it about 24 hour that my payment has no been verified why?
]]>Hi, I’m just needed a premium version that fits on my client site. Before purchasing, I just want to ask one question.
1. Is the site owner receive an email when the user payout through PayPal or Stripe?
Hey!
I want to add on my page loan calculator as in the link below. Is it possible to create such loan calculator with this plugin?
Please let me know,
Regards,
Kamil,
Hi,
I use a conditional plugin for CF7.
I use your plugin for calculation.
For instance : https://ecommerce.trevize.xyz/testing/
I have 3 values (1, 2 and 3)
The calculation is the selected value * 10
If the result is 20 or 30, a message appears? If result is 10, nothing appears.
As you can check on the link, thet doesn’t work properly. I need to check or uncheck after calculation to make the conditional working.
Thank you for your help.
]]>Hi,
I am not able to activate the plugin.
There is the message error :
The plugin could not be activated because it triggered a fatal error.
Fatal error: Unparenthesizeda ? b : c ? d : e
is not supported. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in xxxxxxxxxxx/wp-content/plugins/pvb-contact-form-7-calculator/lib/wpSettingsFramework/class-wordpresssettingsframework.php on line 531
Hope you can help.
]]>We have had a calculator on our page for a while, and suddenly it stopped working. I’ve tried disabeling all 3rd party plugins, and change to the default template. None of which helped. We reference a spreadsheet on the same server, and I’ve checked that the link used is still valid.
I have no clue why it isn’t working, as I can’t see anything that have changed, nor can I see anything in the console that tells me it shouldn’t work.
Hope you can help us out ??
]]>Hi
i have purchased the pro version . I want to show the result only after user clicks submit button . is it possible with jquery or any other means ? . Please give me a sample code to work with.
Hi
Is it possible to show the calculation result in a popup?
For example, after you click the “submit” button in the CF7, you are redirected to a popup (“thank you page”) showing the calculation result.
]]>Hi,
?
Could you help us please, why the travel distance computation is not working even if we tried to use the code on the demo page the result is still 0. We also tried to update the plugins and theme of the site but still not working and no error message indicated?on our end if we tested out the form.
Thank you.?
]]>Calculator is not working on amp pages. I use the ampforwp.com plugin. Can you please check what might be happening?
]]>Hi,
Do you have some templates that can be used on your calculator, such as calorie calculators, body mass calculators, etc.
]]>Hi!
I would like to use the PRO version but the site ***.eu does not seem to work. Can you please tell me where to obtain the PRO Version?
BTW: I translated the PLugIn to German. https://translate.www.ads-software.com/projects/wp-plugins/pvb-contact-form-7-calculator/dev/de/formal/
regards
Steve
Is it possible to have a dollar sign prefix in the field so the result shows in currency?
]]>Hi Petko,
Thanks for wery usability plugin.
I add 15 formulas to be calcul and calculator at the start add to every formulas and after check options add this checked options to calculator.
ex. [calculation cennik”100*option11+200*option12…”]
Option 11 and Option12 is numer fields.
If i write 1 to field option12 and click calculate button i get calculator score 500
I use the latest version Contact Form 7 and Your plugin.
Can You help me?
Greetings from Poland
Mateusz
line 521 on class-pvbcf7calculator.php
$atts['value'] = 0;
I think the following code would be better
$atts['value'] = $value;
I need to make “cadiz” “hueva” and “cuenca” have a number and i used the variable option on the pro version wich i have, but i cant make it work like i want.Example:
Provincia [select menu-provi “cadiz” “huelva” “cuenca”]
[variable variable-153 cf7-hide “provi:” “cadiz 10” “huelva 15” “cuenca 20”]
[calculate_button “calcula”]
[calculation calculation-651 “(provi) * 2”]
Hi! Can anyone help me with setting the result underneath in a date format dd/mm/yyyy?
Thanks in advance!
<label>Verloopdatum: [date verloopdatum]</label>
[calculate_button “Bereken”]
<label>Resultaat: [calculation resultaat “verloopdatum – 60”]</label>
]]>