Title: Update Problem.
Last modified: April 23, 2024

---

# Update Problem.

 *  Resolved [pexel](https://wordpress.org/support/users/pexel/)
 * (@pexel)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/update-problem-87/)
 * 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](https://wordpress.org/support/users/pexel/).

Viewing 14 replies - 1 through 14 (of 14 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/update-problem-87/#post-17707143)
 * 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. 
 *  Thread Starter [pexel](https://wordpress.org/support/users/pexel/)
 * (@pexel)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/update-problem-87/#post-17707153)
 * No way, I have hundreds of forms 🙁
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/update-problem-87/#post-17707159)
 * Hello [@pexel](https://wordpress.org/support/users/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.
 *  Thread Starter [pexel](https://wordpress.org/support/users/pexel/)
 * (@pexel)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/update-problem-87/#post-17707180)
 * ok thanks.
 *  Thread Starter [pexel](https://wordpress.org/support/users/pexel/)
 * (@pexel)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/update-problem-87/#post-17707336)
 * 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](https://wordpress.org/support/users/pexel/).
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/update-problem-87/#post-17707562)
 * Hello [@pexel](https://wordpress.org/support/users/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:
 *     ```wp-block-code
       $v = wp_kses( trim( wp_unslash( $v ) ), $allowed_tags );
       ```
   
 * as follows:
 *     ```wp-block-code
       $v = wp_kses( wp_unslash( $v ), $allowed_tags );
       ```
   
 * Best regards.
 *  Thread Starter [pexel](https://wordpress.org/support/users/pexel/)
 * (@pexel)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/update-problem-87/#post-17707620)
 * we thank you. We will be waiting for the next update.
 * Thanks
    -  This reply was modified 2 years, 1 month ago by [pexel](https://wordpress.org/support/users/pexel/).
    -  This reply was modified 2 years, 1 month ago by [pexel](https://wordpress.org/support/users/pexel/).
 *  Thread Starter [pexel](https://wordpress.org/support/users/pexel/)
 * (@pexel)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/update-problem-87/#post-17714763)
 * edit
    -  This reply was modified 2 years, 1 month ago by [pexel](https://wordpress.org/support/users/pexel/).
    -  This reply was modified 2 years, 1 month ago by [pexel](https://wordpress.org/support/users/pexel/).
    -  This reply was modified 2 years, 1 month ago by [pexel](https://wordpress.org/support/users/pexel/).
    -  This reply was modified 2 years, 1 month ago by [pexel](https://wordpress.org/support/users/pexel/).
    -  This reply was modified 2 years, 1 month ago by [pexel](https://wordpress.org/support/users/pexel/).
    -  This reply was modified 2 years, 1 month ago by [pexel](https://wordpress.org/support/users/pexel/).
 *  Thread Starter [pexel](https://wordpress.org/support/users/pexel/)
 * (@pexel)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/update-problem-87/#post-17714876)
 * 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 agoIt
   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.
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/update-problem-87/#post-17715260)
 * Hello [@pexel](https://wordpress.org/support/users/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.
 *  Thread Starter [pexel](https://wordpress.org/support/users/pexel/)
 * (@pexel)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/update-problem-87/#post-17715290)
 * Hello;
   I am sending an example page, but there are many forms and all of them
   had this problem. (fieldname27)
 * [Kıdem Tazminatı Hesaplama](https://www.pexpe.com/kidem-tazminati-hesaplama/)
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/update-problem-87/#post-17715469)
 * Hello [@pexel](https://wordpress.org/support/users/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.
 *  Thread Starter [pexel](https://wordpress.org/support/users/pexel/)
 * (@pexel)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/update-problem-87/#post-17715552)
 * This way it already works smoothly. But unfortunately it deleted the spaces in
   all my forms. Here’s the problem.
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/update-problem-87/#post-17715585)
 * Hello [@pexel](https://wordpress.org/support/users/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.

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Update Problem.’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 14 replies
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/update-problem-87/#post-17715585)
 * Status: resolved