Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @hkraskian

    I hope you are doing well today.

    Please export your form, upload it to Google Drive, and share a link in your next reply so we can review this on our side. Also please mention in your next reply the hidden field name, in case there is more than 1 hidden field.

    Kind Regards,
    Kris

    Thread Starter hkraskian

    (@hkraskian)

    Thank you very much for your reply.

    I have found the reason of problem which was a redirect directive inside virtual host definition. So it is solved now.

    Now I have another problem. The redirection works fine in desktop browser but neither on IOS nor in Android. It remains into the form page.

    Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hello @hkraskian,

    I could not replicate any issue on mobile, when using a similar redirect to URL from the query parameter saved in the hidden field.

    Could you please check it on a new incognito tab, to make sure that the previous form state is not being cached. Alternatively, you can test the same form published on a different page (to get a new URL that is not cached).

    If the issue persists, could you please send the exported form file for us test on our end, as suggested in the previous reply.

    Best Regards,
    Dmytro

    Thread Starter hkraskian

    (@hkraskian)

    Thank you for your reply.

    I tried to URLEncode all the URL inside the behavior, which was not successful,

    urlencode(mysite.com/?parameter=plain_text_url_to_go)

    Then, I tried another approach, Keeping the URL in the behavior as plain text, but to URLEncode it’s parameter (which itself is a URL, too) .

    mysite.com/?parameter=urlencoded(URL)

    This has worked.

    • This reply was modified 7 months, 1 week ago by hkraskian.
    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @hkraskian,

    Then, I tried another approach, Keeping the URL in the behavior as plain text, but to URLEncode it’s parameter (which itself is a URL, too) .

    mysite.com/?parameter=urlencoded(URL)

    This has worked.

    Glad to hear you have managed to get this sorted. Please do let us know if you still want us to check anything specific regarding the above.

    Kind Regards,

    Nithin

    Thread Starter hkraskian

    (@hkraskian)

    No. Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Redirect to URL removes trailing slash’ is closed to new replies.