• Resolved bing4

    (@bing4)


    Hello.

    How can we use WPFORM shortcode on landing page of another domain, connected via .htaccess ?

    RewriteCond %{HTTP_HOST} landing.page
    RewriteCond %{REQUEST_URI} ^/$ [NC]
    RewriteRule ^(.*)$ https://landing.page/page [R=301,L]

    Now I can see the Form, but after submission there is no confirmation and no info from this form.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bing4

    (@bing4)

    1 additional info : I can get info from the form on landing page. But if confirmation type is message, so this message info (about success) doesn`t show on landing page.

    Thread Starter bing4

    (@bing4)

    No success info (on landing) if ajax submission enabled.

    Plugin Support Ralden Souza

    (@rsouzaam)

    Hi @bing4,

    Thanks for reaching out!

    Currently, we don’t have a feature that can help with your request. A 301 redirect would not be intended for sharing functionality but is focused on managing URLs.

    With this, we do not have a suggestion on how the confirmation could work with AJAX using your .htaccess settings.

    This might work if you disable AJAX in your form. But I apologize, as customizations like this are outside our scope for support.

    However, I’ve made a note of your feature request, and we’ll keep it on our radar to be reviewed as we plan out our roadmap for the future.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ability to use WPFORM on landing page’ is closed to new replies.