• Resolved pexel

    (@pexel)


    Hello;
    After the update, this bott started appearing under every form.
    I ask you to please fix it.

    • This topic was modified 7 months ago by pexel.
Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author codepeople

    (@codepeople)

    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

    (@pexel)

    No way, I have hundreds of forms ??

    Plugin Author codepeople

    (@codepeople)

    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.

    Thread Starter pexel

    (@pexel)

    ok thanks.

    Thread Starter pexel

    (@pexel)

    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 7 months ago by pexel.
    Plugin Author codepeople

    (@codepeople)

    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.

    Thread Starter pexel

    (@pexel)

    we thank you. We will be waiting for the next update.

    Thanks

    • This reply was modified 7 months ago by pexel.
    • This reply was modified 7 months ago by pexel.
    Thread Starter pexel

    (@pexel)

    edit

    • This reply was modified 7 months ago by pexel.
    • This reply was modified 7 months ago by pexel.
    • This reply was modified 7 months ago by pexel.
    • This reply was modified 7 months ago by pexel.
    • This reply was modified 7 months ago by pexel.
    • This reply was modified 7 months ago by pexel.
    Thread Starter pexel

    (@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.

    Plugin Author codepeople

    (@codepeople)

    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.

    Thread Starter pexel

    (@pexel)

    Hello;
    I am sending an example page, but there are many forms and all of them had this problem. (fieldname27)

    K?dem Tazminat? Hesaplama

    Plugin Author codepeople

    (@codepeople)

    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.

    Thread Starter pexel

    (@pexel)

    This way it already works smoothly. But unfortunately it deleted the spaces in all my forms. Here’s the problem.

    Plugin Author codepeople

    (@codepeople)

    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.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Update Problem.’ is closed to new replies.