Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter bubu678

    (@bubu678)

    Looks like my editor has issues. The URL generated is “https://mygscadvantage.ca/ha/Quote/AllProducts?gaid=9433& # 0 3 8;oid=HA3271& # 0 3 8;aid=N7652”
    The issue is “& ” substituted with “& # 0 3 8;” (had to put blanks so it shows properly)

    • This reply was modified 7 years ago by bubu678.
    fastasleep

    (@fastasleep)

    Looks like the plugin is sanitizing the URL with esc_url(), which changes ampersands and other tricky characters to those entities. I think they need to update this to use the esc_url_raw() function which is similar to esc_url() but doesn’t change those characters and works for http requests.

    Plugin Contributor Yuval

    (@yuvalsabar)

    Hi @bubu678,

    Just fixed that in version 1.2.4. Please update the plugin and check again.

    @fastasleep, thank you for your suggestion, again ??

    Thread Starter bubu678

    (@bubu678)

    Thanks for the reply. I just updated with v1.2.5 and unfortunately it does not work. You can try by filling form. It still substitutes “& # 0 3 8;”

    Plugin Contributor Yuval

    (@yuvalsabar)

    Hi @bubu678,

    Please attach a screenshot of Redirect Settings tab.

    Thread Starter bubu678

    (@bubu678)

    Thanks for the reply. Here is a screen shot:
    screenshot1
    Hope it helps. I am using v1.2.5 Did you try to submit that form?

    Plugin Contributor Yuval

    (@yuvalsabar)

    The same settings are working just fine for me.
    Did you saved the form after updating to 1.2.5? You need to save the form in order to change the external URL in the database.

    Thread Starter bubu678

    (@bubu678)

    OK. I did a SAVE on that form to make sure, and it now works.
    I was not aware that a save had to be done when an update is done.
    Many thanks for your help on this one.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘URL chgs & to &’ is closed to new replies.