• Resolved wp_user1

    (@wp_user1)


    Hey, great plugin so far. After update we had 2 problems – one was the filename-prefix on upload file names (we found a solution in support forum), but the second still occurs.

    We have a form that should redirect to following url:

    ?action=list&upload=true

    In past it worked fine, but since update the form redirects to:

    ?action=list#038;upload=true

    So the & is replaced with #038;

    So the get-param is not working anymore and scripts stopped working. How to solve that? Isn’t that a bug?

    • This topic was modified 1 year ago by wp_user1.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @wp_user1,

    I hope you are doing well today!

    Please let us know if it was running before updating the plugin and have you performed any other updates during the period. If so, I suggest to perform full plugin/theme conflict test first.

    Please make sure you have recent backups and perform this operation on your dev/staging site if possible.

    To learn more about a plugin conflict test, please see this guide below:
    https://wpmudev.com/docs/getting-started/getting-support/#conflict-test

    If this won’t help, please share an export of the form with us, so that we can check further.

    You can find more info on how to export the form here : https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#import-export

    After exporting, please share the code using a services such as https://pastebin.com or https://justpaste.it/ which is free to use.

    Please always make sure to use such service to share the code and don’t post the code here directly as it will most likely be unusable.

    Kind regards,
    Zafer

    Thread Starter wp_user1

    (@wp_user1)

    We made a lot of updates, including wordpress core. We do not have the possibility for staging. Here is the code: https://justpaste.it/9abac

    The redirect url is correct there.

    I saw that this problem is not new, but I did not find a workaround.

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @wp_user1,

    On checking further, the issue is more related to the setting enabled for the “Method” when you have “Page Reload” enabled the redirection doesn’t work.

    I could replicate the issue in my test site and will be reporting this to our Forminator team attention so that this can be fixed asap.

    The quick workaround would be to enable “Ajax” instead of “page reload” to get the redirection working.

    Screenshot:

    Screenshot at 18:59:08.png

    Please do let us know how that goes.

    Kind Regards,

    Nithin

    Thread Starter wp_user1

    (@wp_user1)

    Thank you, that works ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘redirection issue (& replaced by #038;)’ is closed to new replies.