• Hello,

    I’m using Mailpoet to let readers subscribe for a blog.
    The domainname is organisatievragen.nl but the subscribe form uses a different domainname in de action url (organisatievragen.wenkunst.nl, this used to be the develop website).

    Why is Mailpoet using this old domain name and where can I change this? I already made a new form, but it doesn’t change…

    <form target="_self" method="post" action="https://organisatievragen.wenkunst.nl/wp-admin/admin-post.php?action=mailpoet_subscription_form" class="mailpoet_form mailpoet_form_php" novalidate="">

    should be:

    <form target="_self" method="post" action="https://organisatievragen.nl/wp-admin/admin-post.php?action=mailpoet_subscription_form" class="mailpoet_form mailpoet_form_php" novalidate="">

    • This topic was modified 7 years, 2 months ago by wenkunst.
    • This topic was modified 7 years, 2 months ago by wenkunst.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Jack K

    (@jack-kitterhing)

    Hi there @wenkunst,

    Sounds like when you migrated from the development domain to the live domain that something didn’t update correctly.

    Don’t worry though! I’d recommend running this find and replace script: https://interconnectit.com/products/search-and-replace-for-wordpress-databases/

    Search for the development domain and replace with the live domain, then everything should work correctly. ??

    Thanks!

    Thread Starter wenkunst

    (@wenkunst)

    Thanx for the response. I have tried with the search & replace script but doesn’t help, it doesn’t find the development domain.

    I also downloaden a sql dump and did a search for the als domain, but it is nowhere in the sql… Where is Mailpoet getting the domain for that form? Could it be encrypted in the database…?

    Thanx for looking into this!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘form action url has different domain’ is closed to new replies.