abhashdc
Forum Replies Created
-
Hi Koratgag,
We didn’t understand what you mean by that. Can you please explain in detail?
Thanks!
Hi Ten12design,
We don’t have the exact functionality that you want. What we have is you can set the user to receive a confirmation link in the email and only by clicking them will they be able to login or you can have admin to approve the user for them to log in.
Thanks!
Hi @shashisingh123,
We dug deep into this problem and we found that it occurs when the admin is logged in but the registration page is also opened. Admin needs to logout of WordPress and then fill up the form.
Thanks & Regard.
Hi @mani0101,
We dug deep into this problem and we found that it occurs when the admin is logged in but the registration page is also opened. Admin needs to logout of WordPress and then fill up the form.
Thanks & Regard.
Hi Lindagester,
We are sorry we do not have such a feature at the moment. We will think about it.
Thanks!Hi Subhamkotnala,
Unfortunately, you cannot assign user roles from this plugin. We will think about it.
Thanks!Hi Yunis777,
Yes, you can change the text of the button. I have listed the steps below:- Log into your WordPress admin panel
- Go to user Registration
- Click on edit on your desired form
- Go to Form Setting tab
- There you can see “Form submit button label”
- Change it to change the text of the button
To change the size and position of the button is not possible without working with the code. You will need to add additional CSS to it by going into Appearance > Customize > Additional CSS.
To change the position of the button:
.ur-frontend-form form button[type=submit], .ur-frontend-form form input[type=submit] { float:right; }Above code will change the position of the button to the way you want in that screenshot. Paste it exactly in your Additional CSS. Change the position of the button to left if you want it on the left-hand side.
To change the size of the button paste the code below in additional css:
.ur-frontend-form form .ur-submit-button { height:50px; width:50px; }Change the value for height and width accordingly to change the size of the button.
Thanks!