Tagged: register form
Hi guys,
I use your register form on https://meetthailove.com/register
If a new member forgot or wrong adding email then have this issue:
https://prnt.sc/wJLXQhz9Tc9c
https://prnt.sc/6McMzOKQqJZ8This issue is only on email, on other fields are well.
Please let me know how can fix that?Regards,
Vasile
Hi Vasile,
Welcome to BuddyDev support forums.I am sorry, can you help me understand which of our plugin are you using? Aren’t you using the default BuddyPres registration??
Regards
BrajeshHi Brajesh,
Thanks for your reply.
I am using NuddyPres pluginHi,
Thank you for the rely.I tried recreating it with the latest version of BuddyPress and twentytwentyfive theme and could not reproduce it.
Can you share me the complete error log as text file. Also, please help me with the instructions to re-create it(register with this, and so on….)
I will be glad to assist you with it asap.
Regards
BrajeshThanks Brajesh for your reply.
Maybe will be easier for you if you try to create account and miss to add the email and you will see the error?
https://meetthailove.com/register/Is this work for you?
All the best,
VasileHi Vasile,
Thank you for the link.The problem is your theme. It is not marking the email field as required and that is leading to the issue. The email field should be marked as required. That way, a person can not submit an empty value for it.
Regards
BrajeshHi Brajesh,
Thanks for your reply.
But the email field is required: https://prnt.sc/B7YCe4BIHH5d
Are you just saying that the theme doesn’t see this field as required? And that’s the error come from?Regards,
VasileHi Vasile,
Hope you are doing well.
I was referring to the the “required” attribute in markup.By default, BuddyPress generates a “required” attribute in markup. Because of this, users can not submit the form if the email field is empty.
In your case, the theme or some code has removed the required attribute. That allows users to submit empty value. BuddyPress has a problem(yes, It is a bug) that does not handle empty value properly and leads to this.
My suggestion is to have the “required” attribute in the markup(consult theme author or check for the plugins/code snippet).That would solve your issue.
Regards
BrajeshThank you so much, I forwarded to the theme author
Also, on the same register, it is possible the new member to upload a photo for avatar?
Thanks
You must be logged in to reply to this topic.