Sourov Amin
Forum Replies Created
-
Hi,
This is not a normal scenario. In a regular case, you can change the values and re-submit the form without refreshing the page. It might be a plugin or script conflict. Please contact at support(at)user-meta.com (with the credentials of a temp admin if possible) so the issue can be solved. For now, I’m marking this as resolved here.
Thanks.
Forum: Plugins
In reply to: [User Meta - User Profile Builder and User management plugin] Upgrade?Hello,
You do not have to redo anything. Your setup will remain the same.
User Meta follows the WordPress standard. It will not interrupt social login.
But the account validation for social login users might depend on the social login plugin.Thanks
Hello,
Based on your request, we will consider adding the feature “Frontend Live Form Editor” in future releases.
With “Page Heading” field from “Formatting Fields”, personalized title of a form can be achieved.Thanks.
Thank you for the informative review and for being with us. We are glad to serve you and will look into the description to make it right based on your valuable suggestion.
Hello,
Thank you for pointing that out.
We will update that ASAP.Hello,
As there’s no response, I’m marking this issue as solved.
Thanks.
Hello,
It might be happening for the version change from pro to lite.
Can you please send an email atsupport(at)user-meta.com
.
Admin credentials might be needed to check the issue.Thanks.
Hello,
You might not be using the “User Export” setup correctly.
Make sure to assign a field for each column data.
If a field is not a default WP field, please choose “Custom Field” as the “Assigning Field” and make sure there is a meta name given under that.Thanks.
Hello,
Make sure registration text is not empty in “User Meta >> Settings >> Text >> Registration”.
It also can be a plugin conflict. Some other plugins may prevent triggering the process. In that case, please contact at support[at]user-meta.com.
Thanks.
Hello,
Go to “User Meta >> Settings >> Redirection” and set “Login Redirection” to “Same URL”. Please note, the redirection feature is available in the Pro version.
Thanks.
Hello,
Go to “User Meta >> Email Notifications >> User Registration Email”. From “User Notification” there you can set and customize new user welcome mail for different roles. Make sure “Disable this notification” is unchecked there.
Thanks.
Forum: Plugins
In reply to: [User Meta - User Profile Builder and User management plugin] Website problemHello,
‘Custom Field’ is only available in the Pro version.
I am afraid you have to get the Pro version of the plugin to unlock this feature.Thanks.
Forum: Plugins
In reply to: [User Meta - User Profile Builder and User management plugin] Website problemHello,
You want website URL field to accept data without http or https?
If that so, please try ‘Custom Field’ with URL pattern validation.
Putting regex like
^((https?|ftp|smtp):\/\/)?(www.)?[a-z0-9]+\.[a-z]+(\/[a-zA-Z0-9#]+\/?)*$
or
^((ftp|http|https):\/\/)?(www.)?(?!.*(ftp|http|https|www.))[a-zA-Z0-9_-]+(\.[a-zA-Z]+)+((\/)[\w#]+)*(\/\w+\?[a-zA-Z0-9_]+=\w+(&[a-zA-Z0-9_]+=\w+)*)?$
in Pattern box of the Custom Field should work fine for you.Thanks.
Hello,
If you have set ‘Need E-mail Verification’ for a user to be registered, then ‘registration_completed’ is not the right one you should look for. Try changing ‘sent_verification_link’ text.
What happens when you change and save the data in User Meta Settings? Is it showing the changed texts or nothing at all?
If it is not solved yet, please contact at ‘support(at)user-meta.com’.
Thanks.
Hello,
You can fetch User Meta field’s information through shortcode. Use
[user-meta-field-value id="Field_ID"]
or
[user-meta-field-value key="field_meta_key"]
to get any field’s data.Thanks.