Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Rinat

    (@rinatkhaziev)

    Thanks for detailed bug report I will definitely look into it and fix in the next release.

    Plugin Author Rinat

    (@rinatkhaziev)

    Hey markmacallister,

    I just released 0.7.6 which should handle redirects properly.

    So something like
    [fu-upload-form success_page="https://mysite.dev/redirect-here/"]
    should work.

    Hello,

    I just downloaded this plugin and i love it, but i can’t seem to figure out to get the redirect to work properly.

    this is what i have:

    [fu-upload-form success_page=”https://www.prolific.online.com/thank-you-for-your-submission/”%5D

    not sure what i am doing wrong.

    thanks for the help!

    Plugin Author Rinat

    (@rinatkhaziev)

    Hey geloquence,

    For security reasons success_page will redirect only to a page on your site. E.g. if you your site is site1.dev success_page that points to site2.dev won’t work.

    It keeps redirecting to my wp-admin page, which i obviously do not want members to go. Can you please guide me in the right direction?

    Plugin Author Rinat

    (@rinatkhaziev)

    This is expected behavior of wp_safe_redirect (either redirect to allowed domain or redirect to wp-admin if domain is not allowed).

    The easiest way to figure out domain to use would be just removing “/wp-admin/” part.

    E.g. if your admin has URL of
    https://my.site.dev/subfolder/wp-admin/

    the URL in success_page should start with
    https://my.site.dev/subfolder/

    Probably you’re trying to redirect to
    https://www.my.site.dev/subfolder/ which is technically not whitelisted URL.

    Make sense?

    completely understand what you are saying…problem is, there is no subfolder…

    Plugin Author Rinat

    (@rinatkhaziev)

    I need some more information to try to help you

    what’s your wp-admin url? can you please post full shortcode that you use?

    my wp-admin url is: https://prolific-online.com/wp-admin

    here is the full shortcode I used:

    [fu-upload-form success_page=”https://prolific.online.com/thank-you-for-your-submission”%5D

    Full Name
    [input type=”text” name=”post_title”]

    Pen Name (optional)
    [input type=”text” name=”post_title”]

    Title of Story
    [input type=”text” name=”post_title”]

    Story Logline (in 140 characters or less)
    [input type=”text” name=”post_title”]

    Story Synopsis (in one paragraph or more)
    [textarea name=”post_content”]

    Story Genre(s)
    [checkboxes name=”foo” class=”checkboxes” description=”choose 3-5″ values=”adventure:Adventure,coming of age:Coming of Age,crime:Crime,drama:Drama,dystopian:Dystopian,erotica;Erotica,fantasy:Fantasy:historical:Historical,horror:Horror,lgbt:LGBT,mystery:Mystery,new adult:New Adult,paranormal:Paranormal,religious:Religious,roman a clef:Roman a Clef,romance:Romance,sci-fi:Sci-Fi,steampunk:Steampunk,suspense:Suspense,teen:Teen,thriller:Thriller,urban:Urban,young adult:Young Adult”]

    Story Tags (separate with commas)
    [input type=”text” name=”post_title”]

    Story Length
    [checkboxes name=”foo” class=”checkboxes” description=”choose all that apply” values=”short story:Short Story,novella:Novella,incomplete novel:Incomplete Novel,complete novel:Complete Novel,part of a series:Part of a series”]

    Content Rating
    [checkboxes name=”foo” class=”checkboxes” description=”ratings” values=”adult content:Adult Content,graphic language:Graphic Language,graphic violence:Graphic Violence,mild sexual content:Mild Sexual Content,strong sexual content:Strong Sexual Content,suitable for all ages:Suitable for all Ages”]

    Send us the first 1-3 chapters of your story for review.
    [input type=”file” name=”story”]

    [input type=”submit” class=”btn” value=”Submit”]
    [/fu-upload-form]

    thanks!

    Plugin Author Rinat

    (@rinatkhaziev)

    [fu-upload-form success_page="https://prolific.online.com/thank-you-for-your-submission"] should be
    [fu-upload-form success_page="https://prolific-online.com/thank-you-for-your-submission"]

    Wow, I feel silly. What an easy fix. Thank you for all your help. Unfortunately i have a new issue now.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Landing page URL if installed in subdirectory’ is closed to new replies.