34 comments found.
Is this compatible with Mailster?
Hello there,
Thank you for writing to us. Our plugin is not directly integrated with the Mailster plugin but we can provide you a code to insert the subscribers that has been subscribed from our plugin to Mailster list. Here is the code.
add_action('wpsfp_end_form_process', function($form_data, $form_details) {
$name_array = explode($form_data['wpsfp_name']);
$first_name = $name_array[0];
$last_name = end($name_array);
$subscriber_id = mailster('subscribers')->add(array(
'firstname' => $first_name,
'lastname' => $last_name,
'email' => $form_data['wpsfp_email'],
'status' => 1, //1 = subscribed (default) , 0 = pending, 2
=unsubscribed, 3 = hardbounced
'custom-field' => 'Custom Value',
'referer' => 'book'
));
$lists = 1;
$success = mailster( 'subscribers' )->assign_lists( $subscriber_id,
$lists, $remove_old = false);
}, 10, 2);
Regards, WP Shuffle
Just purchased and will install in a few. Thank you.
Hello there,
Thank you for purchasing. Please let us know if you need any further assistance.
Regards, WP Shuffle
I want to echo the comment about additional fields. I’d be happy to have at least separate first name/last names, I’m not sure other fields are important. It’s critical to be able to send personalized emails (for example “Dear Fred”). Thanks, this should be a high priority. Otherwise a great plugin.
Hello there,
Thank you for writing to us and thank you for your valuable suggestion. Currently we don’t have the separate fields for first name and last name but we will surely add an option to store it separately so that the list can be exported with first name and last name in our future updates.
And regarding additional fields since we already have all the templates designed as per the fields available currently so we are doing some proper planning to incorporate other fields with the current templates.
Regards, WP Shuffle
I want to purchase this but I need to know if it can be used at a static opt-in box like a widget or shortcode (no pop up)
Hello there,
Thank you for writing to us. Yes that’s possible with our plugin.
Regards, WP Shuffle
Hello, I can’t find anymore your plugin “frontend-post-submission-manager”. is it not available for some reason? Thank you
Hello there,
Thank you for writing to us. Our plugin has been temporarily disabled due to some technical issues. We are trying to get back it soon. Please let us know if you need any assistance by contacting us through contact form available in below link.
https://codecanyon.net/user/wpshuffle#contactRegards, WP Shuffle
Hello! This looks great, Can we have First Name, Last Name, Email and a Custom Field, such as Instagram profile, easily?
Hello there,
Thank you for writing to us. Currently we don’t have extra fields. But we will try to incorporate them in our future updates.
Regards, WP Shuffle
Excelent plugin, works great, easy to create nice form with lots of templates. It has all the elements I need. Check it out at https://www.matejtrstenjak.si/dobrodosli/. And finally – quick response and professional support. 5 stars ! 
Thank you so much for your wonderful comment
We are glad that we could help you.
Please give us a review from below link too 
Regards, WP Shuffle
I have been trying to get my form to show but all i get is an overlay and the close button
Hello there,
Thank you for writing to us. Can you please provide us the URL of the page where you have used our form? And can you please check if you have enabled the status of the form too. Please check below screenshot for an easy reference.
https://prnt.sc/s6ux5aRegards, WP Shuffle
Hi, wanted to know if slide in form is possible or not with this plugin. Please see below link. There is a slide in at the bottom right corner. Is that possible with your plugin.
https://www.riansclub.com/types-of-fit/Hello there,
Thank you for writing to us. Unfortunately, that is not possible currently.
Regards, WP Shuffle
Hello there,
We just almost forgot regarding that feature. We do have the floating forms in our plugin. Please check in below link for the demo.
And we are sorry to have you misinformed earlier.
Regards, WP Shuffle
I don’t see an option to hide the email input box in the free version. Will I have an option in the paid version to HIDE all input box. If you see the link that I sent , it does not have any “email” or ” Name” input box. I bought your other plugin ” subscribe to unlock” and I am happy with it. Will buy this plugin, if I am able to get the slide in like how I showed in the link. Thanks
Hello there,
Thank you for writing to us again. As per your requirement we think our plugin is not appropriate one because the floating section has a button just with a link.
And since our plugin is a subscription form plugin so hiding the email field won’t make any sense for the form. Our plugin exactly has the feature what you can see in our demo link.
https://demo.wpshuffle.com/wp-subscription-forms-pro/floating-forms/Regards, WP Shuffle
No worries. I thought if I buy the plugin, you can just hide the email field for me and add a link to the subscribe button. Thanks
In that case that will be a different plugin we guess 
Hey, Just want to check one more thing. In floating form, Once user hit the subscribe button, can it redirect to a different page along with subscribing the user. I mean right now if i hit subscribe, it just show the success message. What I want is that it should show the success message but should also redirect to a page. Is that possible with a piece of code. Thanks?
Hello there,
Thank you for writing to us again. Its exactly not available as a feature but we can provide you some extra code to keep in your theme’s functions.php file which shall do the job.
Regards,
WP Shuffle
Great. Do this pro version has any option to hide the widget in the mobile version?The reason is , in the mobile version popup and floating box make things messy. Is it very tough to hide it using CSS.
Hello there,
Currently that is not available yet but it can be hidden through simple media query custom css.
Regards, WP Shuffle
Ok. Let me buy your plugin and then I will come back for the codes.
Sure 
Bought the plugin. Please share me the code for the following.
1. Subscribe button should have a redirect link 2. Hide the floating form ( Specific template) from mobile device 3. The plugin should use the theme font 4. Hide the email address input box for any specific template ( If possible)
Hello there,
Thank you getting back to us. We will get back to you shortly on this.
Regards WP Shuffle
This is a great plugin. Thanks . Looks like this plugin also using the Google font. How can I let this plugin use my theme font.
Also it’s a problem that the floating form has to be activated manually for every page. There should have been an option to activate it throughout the site. How can I do that.
Hey, here is couple of issues for which I need the CSS. Those are the things which may be required by many customers and probably that will improve your sales.
1) The plugin should use the theme font. 2) CSS to hide the floating widget in mobile screen 3) CSS to remove all ” Font awesome ” font for all widgets. Font awesome slows down the website 4) There is no option to change the height of the widget. The only option I see is the width. How to change the height. 5) I see that there is an ” X” mark for every widget and even for the sidebar. Please replace the ” X” symbol with the word ” Close” so that we can avoid the font awesome. And why an ” X ” symbol shows for widget placed in the sidebar? 6) The submit button should have a redirect link 7) Hide the email address input for certain template
Hello there,
Thank you for your valuable suggestions. We really appreciate it. Some are feasible to add which we are adding and planning to release an update within few days. So please be with us. Here are features which we are planning to add.
1. Redirection to certain URL after successful subscription 2. Enable the floating subscription forms for all pages from global settings
We can provide some custom css to hide the floating subscription for the mobile too.
Some of the suggestions we won’t be able to implement are as follows
1. Removing google font : We cannot depend entirely on theme font because plugin runs on any theme and font may affect the design of our forms completely and may not show in the users site as how it shows in our demo. May be in future we can add an option to use either google font or theme font. Though we can give a code to disable it from your site once we release an update. Currently it is being loaded by importing in the css.
2. Remove font awesome: We cannot remove font awesome because we are using some icons in few templates for which also we need fontawesome. If you wish to not use fontawesome then we have an option to disable fontawesome from our plugin’s settings section. And replacing the font awesome icon with close won’t be feasible because all our forms have gone through design revisions before implementation and they had been designed that way 
3. Hide email field for some templates: As we had explained in our earlier comment, our plugin is a subscription form plugin so hiding email won’t make sense because each and every action of our plugin depends on the subscription.
Regarding adjusting height, may be it is being affected through your theme’s css. If you can provide us the URL of the page where you are facing those issues, then we can provide you the custom css to show it as per your need.
Regards, WP Shuffle
No worries.. Just get the CSS for the following 1. Redirection URL. 2. Hiding floating form in mobile and code for using my own theme font .
One other thing bothers me is the “X ” symbol. Any solution to that. Even for sidebar it’s showing. Why so. See the URL for this and height issue.
https://www.riansclub.com/rapid-prototyping/Hello there,
We checked in the provided link but couldn’t find the close in the sidebar. And regarding the height issue, we couldn’t find any issue. May be we are not getting you properly.
Can you please explain how you wan to show using some screenshot? Please check below screenshot regarding how it is showing on our end.
https://prnt.sc/s6hyxuRegarding other requests we will update you soon as soon as we release an update.
Regards, WP Shuffle
My mistake. Side bar is perfect. The only thing I want is to use my own theme font and get rid of the email and name icon. The floating popup has the height issues …I mean I want to reduce the height but no option.
Hello there,
Please add below css code to decrease the height of the floating sidebar and remove name and email icons and use your theme’s font as default.
.wpsfp-form-wrap.wpsfp-template-21.wpsfp-floating_subscribe {
padding-top: 20px !important;
}
.wpsfp-field-wrap.wpsfp-name-field.wpsfp-icon-left i {
display: none;
}
.wpsfp-field-wrap.wpsfp-email-field.wpsfp-icon-left i {
display: none;
}
.wpsfp-form-wrap.wpsfp-template-32.wpsfp-subscribe {
font-family: inherit !important;
}
Regards, WP Shuffle
All codes worked great. Thanks so much for that. The next thing that bothers me is to hide the ” floating subscribe” widget in the mobile device and adding a redirect link to the subscribe button of ” Floating subscribe”.
Also is there any way we can replace the ” X” icon with the word ” Close” to close the floating widget.
I appreciate your effort. You are doing great.
Hello there,
We just checked in your site but couldn’t find the floating sidebar enabled. Can you please share us the URL so that we could inspect and provide you the custom CSS to hide the floating sidebar in the mobile?
Regards, WP Shuffle
Hey Here it is
https://www.riansclub.com/rapid-prototyping/Can we have an option to set this floating widget accross the blog. Enabling it one by one in every posts is a real pain.
Hello there,
Please add below custom css to hide floating widget in mobile devices.
@media only screen and (max-width: 600px) {
.wpsfp-floating-innerwrap.wpsfp-delay-floating.wpsfp-floating-bottom_right {
display: none;
}
}
For enabling floating sidebar we are trying to add the global option to enable in all pages across the site or just in home page or just in some specific pages. Hope this will be sufficient.
Regards, WP Shuffle
Yup .. Enabling floating sidebar as a global option will be a requirement for your future customer also.
Did you get a chance to see how can we add a redirect link in the subscribe button.
Hello there,
We are adding an option to enable redirection to a URL after successful subscription.
Regards, WP Shuffle
Hey, Seems like even after adding the CSS, the floating widget is still showing in the mobile screen. I tried with different pixels but no luck. Could not hide the floating widget.
Hello there,
We have just released an update with the URL redirection feature, global configuration for enabling floating forms and also added an option to hide the floating/popup forms in the mobile version. You shall receive the update notification shortly. Please check below screenshots for an easy reference.
https://prnt.sc/s6xzml https://prnt.sc/s6y045Please check our below documentation if you need any assistance regarding updating the plugin.
https://wpshuffle.com/wordpress-documentations/wp-subscription-forms-pro/#documentation_ref_hAG52And please let us know if you find any bug in our latest update 
Regards, WP Shuffle
Hey I checked the latest version and here is what I found after cleaning cache
1. The Redirection does not work when double opt in is enabled. No problem. But it is redirecting to 0.0.0.1 instead of the URL that I set
2.” Hide in mobile” setting is not getting saved. But I see the widgets gets hide after some pixel width even without saving the setting. However I use 1080P cell phone and floating widget is not HIDDEN. Need some fix here.
3. A suggestion under ” Enable On” setting. There should be an option to show the widget ” On all pages except home page” . Reason being most people does not want to show those stuffs on home page.
Its a great and quick work by you. Appreciate your work and wish you get more sales.
Adding to my previous comment here is one more issue I noticed. Now the plugin again started calling Google Font. Can you please fix it as well. I added your CSS code but still the plugin is calling the google font.
Hello there,
Please add below code in your theme’s functions.php file to disable the google font from loading.
add_action( 'wp_enqueue_scripts', 'disable_stu_font', 110 );
function disable_stu_font() {
wp_dequeue_style( 'Roboto' );
}
And regarding the hide in mobile option, we are actually not checking the width of the device but checking the actual device if it is mobile or not through js. So can you please check by loading the page through actual mobile.
And regarding other issues, we have already fixed those issues but we want to make sure through your end before releasing an update. So can you please contact us through our contact form available in the below link so that we could send you the updated plugin before pusing the update.
https://codecanyon.net/user/wpshuffle#contactRegards,
WP Shuffle
I contacted you through the message box. Regarding hiding the floating widget in mobile device, I tested with actual mobile device only but its not hiding.
Brilliant. Everything works perfectly. except hiding the floating widget in the mobile device. I tried with iPhone and android but no luck. Thanks again.
Hello there,
We checked again and there was a small bug regarding the hide on mobile feature which we have already fixed and released an update in the codecanyon for which you shall receive the notification shortly.
Please check and do let us know if it still has any bugs left 
Regards,
WP Shuffle
Excellent. Hiding in mobile phone is working like charm. Thanks for that. I think I am done with my changes but appreciate if you can help me on the following.
NO MORE BUGS
1. CSS for adding a border radius in the subscribe button in template 32 ( My sidebar widget). All design element has a radius except the subscribe button.
https://www.riansclub.com/rapid-prototyping/2. I understand that you told couple of times regarding this, But do you have option to disable the ” Required” option for email in the floating widget. Let the email field be there but trying to make it optional. I mean that widget is just for visitors to go to my facebook group. I dont want to force them to enter their email so want to keep it optional. Sorry again.
Hello there,
Thank you for the confirmation. Here are your replies.
1. Please add below CSS code to provide the border radius.
input.wpsfp-form-submit.wpsfp-btn-flat {
border-radius: 30px !important;
}
2. We do understand your requirement regarding this but being the subscription form plugin making the email field just won’t make any sense of our plugin
And we had already explained all our process depends upon the subscription such as redirect and everything. If you want to use the submit button as just a link then may be we can provide you some js code to use it as just link and also hide the email field. Not the best way to do it but can work. If that makes sense to you then please add below js code in one of your theme’s script file where it can execute jquery.
jQuery('.wpsfp-subscription-form input[type="submit"]').click(function(){
window.location = 'https://google.com';
exit;
});
Please replace google’s url with your facebook page’s URL. Please note that this code will work for your sidebar’s widget. Please let us know if you encounter any issues while integrating the code.
Regards,
WP Shuffle
Thanks again. Will it convert all subscription form or just the floating widget subscribe button as a link?
This is convert only the floating submit button as link.
Great. . I could able to add the code and the script is running. However I see that subscribe button of both forms are redirecting to the link. Ideally the code was only for floating widget.right?
Hello there,
Please replace the previously provided code with current code.
jQuery('.wpsfp-floating_subscribe input[type="submit"]').click(function(){
window.location = 'https://google.com';
exit;
});
Regards,
WP Shuffle
Great. All my issues are resolved. Your plugin is promising and going to recommend to my friends. By the way, you have said in earlier messages that ” Email field” also can be removed from the ” bottom right Floating widget” [ NOT FROM THE SIDEBAR WIDGET ] as that no longer does any job and the input field is just dummy. That would be the last thing I believe
Thanks & stay safe.
Hello there,
Please add below custom css which shall hide the email from floating widget.
.wpsfp-floating-innerwrap.wpsfp-delay-floating.wpsfp-floating-bottom_right input[type="email"] {
display: none;
}
And we are really glad that we could help you. If you are really happy with our plugin and support service then please give us a review from below link 
Regards, WP Shuffle
Thank you so much. I already rated your service 5 star and left a good comment for your support. You are really an excellent developer who has lot of patience to handle customer. Wish you good luck with your sales.
We are really happy that we could resolve all your issues and assist you with whatever we could with the customization and thank you very much for your wonderful review 
hello, I want the subscription form to appear only once by ip, or home some time, how can I do that
Hello there,
Thank you for writing to us. Currently the described feature is yet not available with our plugin.
Regards, WP Shuffle
Please consider a moosend integration, theres a niche that you could fill and make serious sales with.
Hello there,
Thank you very much for your valuable suggestion. We will check with their API and integrate if feasible.
Regards, WP Shuffle
Why is it that when I click on “export to csv” it opens a page showing the data instead of actually exporting the data into a csv/excel document?
Please advise how do I achieve this with your plugin?
Hello there,
Thank you for writing in. We checked in our development server but couldn’t get any issue with the download of csv file. Can you please share us the screenshot of the issue so that we could understand it better?
Regards, WP Shuffle
I am unable to share a screenshot on this platform. Can you please send me an email address i can contact.
Hello there,
Thank you for your reply. You can upload the screenshot in your site and share the URL here. If you want to send it on private then please send from the form available in below link.
https://codecanyon.net/user/wpshuffle#contactRegards, WP Shuffle
Hello there,
Thank you for the screenshot. As per the screenshot, it seems the issue is occurring due to the incompatibility with the php version. So we have just released an update with the all php version compatible code for the csv download. So please update your copy and let us know if issue persists or not.
Please follow below link to check how to update the plugin.
http://wpshuffle.com/wordpress-documentations/wp-subscription-forms-pro/#documentation_ref_hAG52Regards, WP Shuffle
Hey!
Thanks for your response, but the file is downloading in .html format and not csv.
Please advise.
Hello there,
That’s really strange. Can you please send us your site wp-admin temporary login details from below contact form so that we could check directly in your site?
https://codecanyon.net/user/wpshuffle#contactRegards, WP Shuffle
Hey,
I’ve sent through temporary login details.
Hello there,
We have checked and already replied. Please reply us back in the same email.
Regards, WP Shuffle
have a download option in this plugin or can i import subscribe data third party services
Hello there,
Thank you for writing to us. We are a bit unclear regarding your query. Do you mean to ask if you download the subscribers or not? If yes then yes, you can download the subscribers from backend and our plugin does have the feature to directly insert subscribers to third party services such as Mailchimp and Constant Contact.
Regards, WP Shuffle
people visit my blog and see my content content download option only for subscriber / Download facility in this available //
Hello there,
Thank you for your reply. Currently you are commenting on our Standalone subscription form plugin. The functionality that you are describing is available in our below plugin.
https://codecanyon.net/item/subscribe-to-download-an-advanced-subscription-plugin-for-wordpress/24020447Regards, WP Shuffle
Congratulations! Nice Work, GLWS 
Thank you 
is it only for mailchimp and constant contact, or does it allow me to save the subscribers to wp install
Hello there,
Thank you contacting us.
You can do both with our plugin. By default, it will save in the WP backend. And if you configure it for Mailchimp and Constant Contact, it will also save in them.
Regards WP Shuffle