form action url has different domain
-
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 .
- This topic was modified 7 years, 2 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘form action url has different domain’ is closed to new replies.