Hi there, is this plugin supported still?
I have installed it as now using moosend, but the subscribed user doesn’t seem to be added to my list and also the thanks for signup page doesn’t get popped up.
Wordpress is on the latest version (5.8.2) and the plugin is showing as connected in the admin dashboard.
]]>Hi.
I just created a form in my wp site, but i have no clue how to insert it in a page. My site is verified in Moosend platform. All seems connected. If i go the ‘lead generation’ in Moosend platform my form does not show up.
Thanks
]]>Have installed WooComemrce-Moosend plugin. Tried to set up a subscription form. Followed documentation. Is not clear whether all I need to do is add the div and id or the complete code snippet. Have tried both methods.
Assume that the code snippet is required. Nothing is rendered.
The JS is being run and mootrack(‘loadForm’, ID); is being called. This results in a XHR POST to : https://form.m-pages.com/api/form/ID – this returns 200 but an empty array. Very likely this is the problem. The server should return form content and is not returning anything.
RESOLVED
It seems there are two plugins – one for website tracking and one for the forms. Moosend Website Tracking & Moosend For WordPress
]]>Hello,
Redirecting used to work so perhaps this connect to an WordPress update. This plugin looks abandoned, but its preferred over the options provided by Moosend.
]]>I have created a test form with the plugin and selected popup as the type. In the title I have added text asking people to subscribe (looks to be the only place I can add text).
Anything with an apostrophe gets an extra escape character (/) added every time the document is saved. At one stage I had 3 escape characters for each apostrophe which all showed up on the form.
When I open the form to edit it the escape characters now show up in the edit Title field.
Any idea why this would be happening? I am using WordPress 5.4.2 asnd yes, I know this isn’t officially supported, but it is also the only way I can see to get Moosend forms on our site.
]]>Hello, we created a new e-shop for a customer with too many products, we took its database and plugins, they have account in moosend and they use this plugin to register users in a list.
In new site it’s not working at all, we used the shortcode of form to use it in footer, after press subscribe, no correct redirection, no user subscribed in the list.
Old site form still working but its 100% the same. Is there any conflict list of plugins? We use cf7 for a single contact form.
]]>I have created a subscription form using this plugin. I’ve run into a problem with double opt in.
I have both the email list associated with the form set to double opt-in, however the double opt in email is never sent when adding a user.
Thanks
]]>Having some trouble with this plugin and styles not working. When the form uses basic or vercially aligned, I’ll get a 404 trying to load either of those. If I use inherit, the form looks pretty bad.
What I notice is that with the 404 the url it’s looking for has ‘undefined’ in the address.
In sources I see this below. Notice the ‘undefinded’. THe further down in the alignment-sets.css it shows what it should be.
So it seems there’s something preventing it from putting together the correct url. This is the only css url that is fully displayed in my source like this.
<link id=”ms4wp-basic” rel=”stylesheet” type=”text/css” href=”undefined/wp-content/plugins/moosend/src/public/css/basic-theme.css” media=”all” disabled=””>
<link id=”ms4wp-valign” rel=”stylesheet” type=”text/css” href=”undefined/wp-content/plugins/moosend/src/public/css/vertically-align.css” media=”all” disabled=””>
var previewValign = ‘ms4wp-valign’;
if (!document.getElementById(previewValign))
{
var head = document.getElementsByTagName(‘head’)[0];
var link = document.createElement(‘link’);
link.id = previewValign;
link.rel = ‘stylesheet’;
link.type = ‘text/css’;
link.href = php_vars.home_url + ‘/wp-content/plugins/moosend/src/public/css/vertically-align.css’;
link.media = ‘all’;
link.disabled = “disabled”;
head.appendChild(link);
Is there a way to change the order of the form fields with this plugin? I don’t want the ‘Email’ field as the first field option and would like to move it below other fields in the form.
]]>Hi!
I’m running the plugin on a Finnish site so I would like to change the email and name fields to say something else. I could of course use a plugin to translate it, but it would be easier to do it through the plugin itself, same as with the Subscribe text.
Thanks!
]]>Hi Moosend,
Please consider the option to remove the moosend graphic and link from the form, at least for users with a paying subscription.
Thank you,
David
]]>Hello guys!
How can I add placeholder into the field ‘Email’ without changing plugin files? Can you offer some hooks? Because if I make changes in existing files, after plugin update I will lose all changes.