34 comments found.
Additional fields added to the form, such as those added to the incoming email template, don’t arrive.
Only the predefined ones arrive.
Hola,
site tiene un nuevo suscriptor:
Nombre: #name Email: #email
Gracias
Hello there,
Thank you for writing to us. You will need to add #custom_fields in the email message which will then replaced by the custom fields in the email message.
Thanks
Does this plugin support using short code in the post or not?
Hello there,
Thank you for writing to us. Yes, you can add shortocde in the post/page editor to display the form.
Thanks
Can it be set so that they can subscribe with the same email several times?
Hello there,
Thank you for writing to us. Currently same email won’t be subscribed twice. But we will try to come up with the feature to subscribe the same email multiple times for multiple forms in near future update.
Thanks
When do you plan to do it? For looking for an alternative. I would also be interested, even if it were a joke, in a new type of field, which would be what I mentioned in another question… an alphanumeric type with validation. I can do it by modifying the plugin but of course… when I update it I lose it
Hello there,
Thank you for your reply. Can you please explain to us a bit more about your alphanumeric validation? Do you want a field where one can just enter the alphabets and numbers and nothing else?
Thanks
algo parecido a esto <!DOCTYPE html> <html lang=”es”> <head> <meta charset=”UTF-8”> <meta name=”viewport” content=”width=device-width, initial-scale=1.0”> <title>Formulario DNI</title> </head>
<main id=”main” class=”site-main” role=”main”> <article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>> <header class=”entry-header”>Formulario DNI
</header><!<script> document.addEventListener(“DOMContentLoaded”, function() { document.getElementById(“form-dni”).addEventListener(“submit”, function(event) { var dniInput = document.getElementById(“dni”); var dni = dniInput.value.trim().toUpperCase(); </script>
if (!validarDNI(dni)) {
alert("El DNI ingresado no es válido.");
event.preventDefault(); // Evitar que el formulario se envíe
}
});
});
function validarDNI(dni) {
var patron = /^[0-9]{8}[A-Za-z]$/;
if (!patron.test(dni)) {
return false;
}
}
var numero = dni.slice(0, -1);
var letra = dni.slice(-1);
var letras = "TRWAGMYFPDXBNJZSQVHLCKE";
var letraCorrecta = letras.charAt(numero % 23);
return letra === letraCorrecta;
When will you be able to add the functionality of being able to register multiple times?
Hello there,
Thank you for your reply. We will try to release an update within 2 weeks or sooner if feasible.
Thanks
Hello there,
We have already released an update regarding this.
Thanks
Can I view the Spanish ID field? It is a numerical field with a letter that was calculated based on the number
Hello there,
Thank you for writing to us. We are a bit unclear regarding your query. Can you please explain using a screenshot?
Regards, WP Shuffle
The Spanish national identity document is made up of numbers and based on that number it is assigned a letter that is not random… and therefore in Spanish forms this field has this validation
Hello there,
Thank you for the clarification. Unfortunately that field is unavailable in our plugin.
Regards, WP Shuffle
Can something be done so that when someone subscribes an email is sent to the account of whoever administers the plugin?
Hello there,
Thank you for writing to us. The admin email notification is already available with our plugin. Please check the screenshot below for an easy reference.
https://prnt.sc/v879wCcUImU6If you meant something else then please let us know
Regards, WP Shuffle
Can you add google captcha?
Hello?? Can you answer this question please? I bought this product and it doesn’t have something as basic as this?
Hello there,
Thank you for writing to us. Unfortunately google recaptcha is not integrated yet in our plugin. We are trying to release an update next week with the google recaptcha. We will let you know once we release an update.
Regards, WP Shuffle
Hello there,
We have just released an update with the google reCaptcha for which you should have already received an email. Please check in the captcha settings to enable the google captcha in each form.
If you need any assistance updating the plugin then please follow the documentation available in the link below.
https://wpshuffle.com/wordpress-documentations/wp-subscription-forms-pro/#documentation_ref_hAG52Thanks.
Hi , RTL supported? Mobile Responsive?
Hello there,
Thank you for writing to us. Yes our plugin supports RTL and is mobile responsive. After installation if you find out any incompatibilities then please let us know.
Regards, WP Shuffle
Hi, can i use it as widget form for the side bar or for the footer?
Hello there,
Thank you for writing to us. Yes you can use our plugin’s shortcode in the Custom HTML widget.
If your Custom HTML widget doesn’t support shortcode then you can add the below code in your active theme’s functions.php file.
add_filter('widget_text', 'do_shortcode');
Please also check this screenshot for an easy reference.
https://prnt.sc/VpOUM3z1d5RvRegards, WP Shuffle
can be used as default registration form in the website? with user and pass?
Hello there,
Thank you for writing to us. Our plugin is a subscription plugin which can be used to collect the email address but cannot be used for user registration.
Regards, WP Shuffle
So Subscribe to download is covering the Subscription forms pro? and another question: your form support “phone field” with automated country code?
Hello there,
Thank you for your reply. The subscribe to download and WP Subscription Forms PRO are both different plugins despite of having the similar functionality, specially both plugins have different form templates.
So if you want to show the subscription form by offering some downloadable files to collect the email then you can purchase the Subscribe to download and if you just want the subscription form then we would suggest you to purchase the WP Subscription Forms PRO plugin.
Regards, WP Shuffle
your form support “phone field” with automated country code?
Hello there,
Thank you for your reply. Our plugin doesn’t have the phone field as you have described.
Regards, WP Shuffle
Hello! Whether your plugin can inherit the style of the wordpress theme used?
Hello there,
Thank you for writing to us. Our plugin has the separate templates designed so they will have their own styles. But fonts and other parameters might be inherited from the theme styles.
Regards, WP Shuffle
This is plugin is also the same copy of “subscribe to download” plugin. There are 3 same copies that I have seen and found in Google search.
Hello there,
Thank you for writing to us. Subscribe to download is also one of our plugins which is also a subscription plugin but can be used to offer free downloadable files in return of their subscription whereas WP Subscription forms pro is standalone subscription form plugin without those features with different form templates as well.
We hope you understood the differences well 
Regards, WP Shuffle
Hi!! Some words i can’t found to translate, like: Hide on mobile, Enable on… can you check please?
Hello there,
Thank you for writing to us. We just checked in our plugin and those words are already translatable but it seems they are not updated in the pot file available in our plugin. You can use loco translate plugin which provides the UI for translation if you are not using already.
We have also updated the .pot file which you can download from the below link.
https://docs.google.com/presentation/d/1wvpToJylahsDPdmZGsprT_z_4LbG9PeA/edit?usp=sharing&ouid=108236409860436437236&rtpof=true&sd=trueRegards, WP Shuffle
Hello, I am interested in this plugin.
But I need those who subscribe to the blog to enter a list, and when sending a new blog post, that it reaches that list of subscribers, and that it is automatic, when sending the new post, that it sends that list to be I create with the form.
Can be done ?
Thanks a lot.
Hola, estoy interesado en este plugin.
Pero necesito que los que se suscriban al blog, entren en una lista, y al mandar un nuevo post del blog, que llegue a esa lista de suscriptores, y que sea automático, al enviar el post nuevo, que mande a esa lista que se creo con el formulario.
Se puede hacer ?
Muchas gracias.
Hello there,
Thank you for writing to us. We couldn’t understand your query completely. Can you please explain us a bit more clearly using any screenshots as a reference if possible?
Regards,
WP Shuffle
Hi,
I will like the to set the ‘Editor’ role to be able to access this as well. Possible?
Hello there,
Thank you for writing to us. Currently our plugin’s settings are accessible by administrator only but if you will purchase our plugin then we can provide a block of code which shall provide our plugin’s access to editor user roles too.
Regards, WP Shuffle
Do you have any offers or deals for Non—Profit churches?
Hello there,
Thank you for writing to us. Currently we don’t have any offers running but we are selling our item with 40% off from march 22-26. So please checkout on that date.
Regards, WP Shuffle
Hello dear,
I would like to purchase your plugin but I need to know something before I do it. Is it possible to use your plugin for this purpose:
For example, just imagine we have a course by the name c++. we want to divide the course into 4 parts. user will pay for this course, for one year access. After the user paid for 1-year access, Only the first part will be open for 3 months for the user to have access and if the user finishes the first part in 3 months, the second part will be open for 3 months. Moreover, If the user did not finish the first part after 3 months, still the first part will close(locked) and the second part will be open for 3 months and ready to access. The second part will have the same situation as the first part, after 3 months of using or not using, it will be close(locked) and the 3rd part will be open for 3 months. and after 3 months of using or not using the 3rd part, 4 part will open for 3 months. In the end, if the user finishes all parts as well, they can get certificates and if they did not finish even one part, they will not get a certificate.
Is it possible to use your plugin for this purpose? Does your plugin issue the certificate at the end?
best regards.
Hello there,
Thank you for writing to us. We think you have misunderstood our plugin with some other plugin because our plugin is a subscription form plugin which can be used to collect subscriber name and email address and doesn’t perform any of your required functionality.
Regards, WP Shuffle
Hey guys,
I really like your plugin, good work. There is one catch that I didn’t know before I bought it that I need and that is – Mailchimp settings per form. This would be super useful especially for multi-users platforms like mine.
Any chance you have a plan to implement that, and if yes, is there any ETA?
Also, as I plan to have a unique subscription form per client, it would be good if subscribers go directly to their list.
All of these features is available in WPForms which I also use for various kinds of forms, so just wanted to check with you is there a plan for that in the near future.
Thank you in advance.
Best, Brando
Hello Brando,
Thank you for writing to us. Regarding mailchimp settings, yes we have it on global settings but we can add a feature to override the global settings if necessary through the form settings. Unfortunately we don’t have an ETA for this but most probably we can add this feature in our very next release.
And regarding the subscriber go direct to their list, do you mean you want to filter the subscribers as per the subscription form? If yes then that is already available. But if you meant something else then please let us know.
Regards, WP Shuffle
Hey, How to change the header of form from H2 to H3.
Please see the below link for the two form that I used.
https://www.riansclub.com/cnc-machine/Hello there,
Thank you for writing to us. Currently that is not configurable from the backend but if you need then we can direct you to the file which is generating the markup of the form being displayed.
Please open our plugin’s folder > inc > views > frontend > form-templates > template-21.php or any other template which you are using and change h2 to h3 for the heading text.
Please let us know if you encounter any issue while editing the template files.
Regards, WP Shuffle
Please see link
https://www.riansclub.com/bend-allowance/There is a floating widget on bottom right which should redirect but it is asking to enter email. I used following code but not solution.
<script> jQuery(’.wpsfp-floating_subscribe input[type=”submit”]’).click(function(){ window.location = ‘https://google.com'; exit; }); </script>
Hello there,
Thank you for writing to us. It seems your site is not recognizing the jQuery script itself. Can you please add the script after jQuery is loaded. It is showing jQuery is undefined. Please check below screenshot if it could lead you some hint.
https://prnt.sc/u8h1tgAs we remember it was working previously. Did you do any changes lately in the site after it stopped working?
Regards, WP Shuffle
I had a malware attack 2 days back . I had to reinstall the plugin and this issue popped up.
Do you know how to add the jQuery in WordPress. Last time I added the code under custom layout option of Astra them and it worked. But now it is not working.
I think the issue could be due to my security plugin.. However I enabled the email box.
Can you please how to enable redirect in a different browser windows. I mean right now the redirect is happening in the same window. That would increase the bounce rate which is not good.
Hello there,
Thank you for writing back to us. In that case can you please check below plugin which helps to add custom js in any WP site.
https://wordpress.org/plugins/custom-css-js/After installing that plugin you will need to add a custom js and add below js code inside that plugin’s custom js code. Below code shall also open the link in new tab instead of same window.
jQuery(document).ready(function( $ ){
jQuery('.wpsfp-floating_subscribe input[type="submit"]').click(function(){
window.open('https://google.com');
exit;
});
});
Please also refer to below screenshot for an easy reference.
https://prnt.sc/u8is8jPlease integrate and let us know if you encounter any issue while integrating.
Regards, WP Shuffle
I will check that . However I want to how to open the redirect link in a different window with your plugin. The plugin does not seems to have that option.
Hello there,
Yes, currently we don’t have an option to open the redirect link in the new window but we can add this in our future updates.
By the way, the above provided JS code shall open in the new tab in the browser which shall solve your requirement.
Regards, WP Shuffle
See this is how I added in the astra theme. Still did not work. I am not in favor of adding one to plugin to insert this code.
https://prnt.sc/u8je45Hello there,
Can you please add below script instead of what you have already added?
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script>
jQuery(document).ready(function( $ ){
jQuery('.wpsfp-floating_subscribe input[type="submit"]').click(function(){
window.open('https://google.com');
exit;
});
});
</script>
Regards, WP Shuffle
This code is also working fine. However just wanted to know what was wrong with the old codes . Those were working just fine before my websites crashed.i mean I am just curious to know.
Hello there,
We also don’t have much idea why it didn’t work which used to work. But as per the error showing the browser console, the code we had provided is a jQuery script code and for that code to execute, browser needs to load the jQuery first. So may be the code executed earlier than jQuery itself.
Regards, WP Shuffle
Hi, I am getting extra text in the form. How can I get rid of this? Please see this link and there I have shown that the text ” Name” and ” Email” showing on top of the field. Please fix.
The problem occurs due to disable font-awesome. I want to disable the font awesome and also want to get rid of this extra text.
If I uncheck “disable font-awesome” the problem seems to be not there. But how to get rid of extra text even with disabling font awesome.
https://prnt.sc/u8evf6Link:
https://www.riansclub.com/types-of-bending/Hello there,
Thank you for writing to us. We just checked in our end but couldn’t find the same exact issue. Did you do any changes just now?
https://prnt.sc/u8exz1We checked in our mac chrome and firefox.
Regards, WP Shuffle
You did not find the issue as I unchecked ” Disable Font Awesome”. Now I checked it back and issue popped up. Please see the above link again now.
Hello there.
Thank you for confirmation. Please add below custom css into our plugin’s custom css to fix the css conflict.
.wpsfp-form-wrap.wpsfp-template-32.wpsfp-subscribe .wpsfp-field-wrap > label {
display: none !important;
}
Please let us know if it doesn’t solve the issue.
Regards, WP Shuffle
That does not solve the problem.. anyway I can live with that.
Hello there,
Thank you for the confirmation. We checked but couldn’t find our custom CSS being loaded. Did you add in our plugin’s custom css section?
https://prnt.sc/u8ivliIf you have any cache plugin running in your site then you might need to delete the cache too.
Regards, WP Shuffle
This is how I added the CSS code. Cleared cache. But no luck.
https://prnt.sc/u8jgqmHello there,
Can you remove previous code and add below code?
.wpsfp-form-wrap.wpsfp-template-32.wpsfp-subscribe .wpsfp-field-wrap label {
display: none !important;
}
Regards, WP Shuffle
Perfect ! Working fine.
That’s great!!