Comments on: WordPress User Registration Custom Status Guide https://registrationmagic.com/wordpress-user-registration-status-guide/ WordPress User Registrations Forms Plugin Wed, 24 Jul 2024 06:01:14 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: RegistrationMagic https://registrationmagic.com/wordpress-user-registration-status-guide/#comment-88477 Tue, 29 Sep 2020 09:28:06 +0000 http://registrationmagic.com/?p=36911#comment-88477 In reply to Tiffany.

Unfortunately, there is no customization option for the submissions page menu. We have made a note of your requirement for review and analysis.

]]>
By: Tiffany https://registrationmagic.com/wordpress-user-registration-status-guide/#comment-87212 Tue, 22 Sep 2020 23:17:26 +0000 http://registrationmagic.com/?p=36911#comment-87212 Is there anyway to customize the menu on the submissions page? When I activated the plug in there was not a form for this and I don’t see any options in the global options.

]]>
By: RegistrationMagic https://registrationmagic.com/wordpress-user-registration-status-guide/#comment-80806 Tue, 18 Aug 2020 15:49:49 +0000 http://registrationmagic.com/?p=36911#comment-80806 In reply to mybloges.

To block an IP address from accessing a form, go to RegistrationMagic > global settings > security > set the blocked IP addresses from accessing the forms here and make required changes > save it.

]]>
By: mybloges https://registrationmagic.com/wordpress-user-registration-status-guide/#comment-77871 Wed, 05 Aug 2020 17:32:11 +0000 http://registrationmagic.com/?p=36911#comment-77871 how we can unblock ip?

]]>
By: RegistrationMagic https://registrationmagic.com/wordpress-user-registration-status-guide/#comment-62905 Thu, 28 May 2020 12:00:00 +0000 http://registrationmagic.com/?p=36911#comment-62905 In reply to Ayushi.

In order to ban a particular email addresses from submitting the forms, go to RegistrationMagic > global settings > security > in ‘Banned Email Addresses from Submitting Forms’, you can ban the required email addresses and save it when done.

]]>
By: Ayushi https://registrationmagic.com/wordpress-user-registration-status-guide/#comment-61730 Mon, 18 May 2020 17:12:37 +0000 http://registrationmagic.com/?p=36911#comment-61730 How can we ban email? Can you please tell?

]]>
By: RegistrationMagic https://registrationmagic.com/wordpress-user-registration-status-guide/#comment-32043 Tue, 06 Aug 2019 16:02:00 +0000 http://registrationmagic.com/?p=36911#comment-32043 In reply to jbs.

We pushed script optimization in new version and this issue should be resolved now. Please verify.

]]>
By: jbs https://registrationmagic.com/wordpress-user-registration-status-guide/#comment-31802 Wed, 31 Jul 2019 15:49:08 +0000 http://registrationmagic.com/?p=36911#comment-31802 I have used Regisrationmagic pro plugin and one fieldset file upload(image) and second field used the mobile number with (OTP Verification) link: https://wordpress.org/plugins/miniorange-otp-verification/

When I am submitting the registration form with filled the attached image and filled mobile number field then one time attached successfully without mobile verification popup.

And second time attached the image with filled the mobile number and verification popup working well but no attachment in the plugin.

Please solve the issue ASAP.

]]>
By: RegistrationMagic https://registrationmagic.com/wordpress-user-registration-status-guide/#comment-31202 Tue, 09 Jul 2019 07:17:51 +0000 http://registrationmagic.com/?p=36911#comment-31202 In reply to karnsingh.

Please refer to this documentation for details regarding user login: https://developer.wordpress.org/reference/functions/is_user_logged_in/

]]>
By: karnsingh https://registrationmagic.com/wordpress-user-registration-status-guide/#comment-31125 Fri, 05 Jul 2019 08:07:59 +0000 http://registrationmagic.com/?p=36911#comment-31125 How can we check if the user is logged in? I mean on the basis of login status, I need to write some PHP code. Something like
<?php
if (is_user_logged_in()) {
echo "Logged In";
} else {
echo "Not Logged In";
}

]]>