Update Problem.
-
Hello;
After the update, this bott started appearing under every form.
I ask you to please fix it.-
This topic was modified 2 years, 1 month ago by
pexel.
-
This topic was modified 2 years, 1 month ago by
-
Hello,
Thank you very much for using our plugin.
My apologies for the inconvenience. We detected an issue with the new submit button in plugin version v5.2.0 and released an update (v5.2.1) that fixes it.
Could you please install it and select the “No” option for the “Display submit button?” attribute in the form settings?
Best regards.
No way, I have hundreds of forms 🙁
Hello @pexel
In the latest plugin update (v5.2.1) the “No” option is the “Display Submit Button?” default option.
You only should select manually the “No” option in those forms where you pressed the “Save” button after installing the plugin version 5.2.0.
Best regards.
ok thanks.
Also, the following error is present after the update.
When we write spaces and units in the Postfix Symbol field in the number fields.
For example, when displaying 184 cm
With the update, 184cm adjacent is displayed.
Thanks.-
This reply was modified 2 years, 1 month ago by
pexel.
Hello @pexel
Please follow the steps described below. I’ll include the definitive solution in the next plugin update.
Open the “/wp-content/plugins/calculated-fields-form/inc/cpcff_auxiliary.inc.php” file with the text editor of your choice and edit the piece of code:
$v = wp_kses( trim( wp_unslash( $v ) ), $allowed_tags );as follows:
$v = wp_kses( wp_unslash( $v ), $allowed_tags );Best regards.
edit
-
This reply was modified 2 years, 1 month ago by
pexel.
-
This reply was modified 2 years, 1 month ago by
pexel.
-
This reply was modified 2 years, 1 month ago by
pexel.
-
This reply was modified 2 years, 1 month ago by
pexel.
-
This reply was modified 2 years, 1 month ago by
pexel.
-
This reply was modified 2 years, 1 month ago by
pexel.
Hello; You have misunderstood us completely. Namely;
The Postfix Symbol field, which was actually problem-free, was as follows until we had the 2nd update;It was in the form of SPACE + Unit, i.e. 150 kg.
This was the case 1 update ago
It became a SPACELESS UNIT in the form of 150kg.With the last update, it works when we use SPACE + UNIT in new form designs.
So it shows as 150 kg.The main problem is that with the last update, all the spaces in the Postfix Symbol fields of all our forms were deleted. All fields that were SPACE + UNIT became NO SPACE + UNIT.
On the one hand, it has improved, but on the other hand, the spaces in all our forms are gone.
I hope you can understand us and understand what I want to say.
Thanks.Hello @pexel,
The plugin version 5.2.1 was trimming trailing and leading spaces on every field attribute, not only the postfix and prefix attributes as part of the sanitization process before storing the form structure in the database. So, if you edited a form previous to the plugin update (before installing the plugin version 5.2.2), the plugin removed the extra space characters from the fields attributes.
Could you please indicate the URL to the page that contains the form and the attributes affected?
Best regards.
Hello;
I am sending an example page, but there are many forms and all of them had this problem. (fieldname27)Hello @pexel
If you modified and saved the form with the 5.2.1 plugin version active, it stored the form structure in the database without leading and trailing space characters in the fields’ attributes. Could you please re-enter the space character in front of the currency symbol and update the changes?
Best regards.
This way it already works smoothly. But unfortunately it deleted the spaces in all my forms. Here’s the problem.
Hello @pexel
Yes. Unfortunately, if you pressed the save or preview buttons in the forms builder with the plugin version 5.2.1, the attributes were stored in the database without leading and trailing space characters.
Best regards.
-
This reply was modified 2 years, 1 month ago by
The topic ‘Update Problem.’ is closed to new replies.