Hi! I was wondering how to create a “confirm password” field within my registration form? I’ve looked at other examples but they were outdated, or the code didn’t work. Any help would be appreciated! (P.S. I don’t know code, so if you could give me a code sample that would be easier for me!) Thanks in advance,
Hi Clarity,
I was able to find a similar solution to your query in this forum post here .
You can also take a look at this example here if you haven’t already. You will be able to look at the code and edit/test it if you wish.
If you would like to find out how to validate user inputs in general, take a look at this helpful article here .
Hope this helps!
Edward | Corvid Team
Hi! None of those examples have worked for me. Also, the web page with the Corvid example is confusing, and I’m pretty sure I messed it up. Like I said previously in my post, I don’t know code. If you could provide a code sample for me (with just the password validation) that would be great. Thanks!
All the examples you found are code samples. If they are confusing for you to read, use and modify then having someone create a code for you won’t help you much either because it’s more than just copy and paste.
Remember that the Corvid forum is not a place to come and request for a specific codes as needed …it is a place to educate and guide other community members that are trying to learn code and help them get ‘unstuck’.
If you feel that implementing the code examples you found is beyond your level of coding then you may want to consider hiring someone to teach you or do it for you.
Hi ,
What is the exact problem you are facing with that code , can you explain?
What is the id of your input boxes ? Like #input1 or #input10 something like that?
What is the next operation you will do if password matches?
Note:
I can help you until you get the output.
I request you to have patience and give the answer.
Thanks dude.
{ Every expert was beginner once !}
@code-queen I can gather where to put things as needed. As I said in my previous posts, those code samples did not work, and the people in the thread(s) also agreed. Some even requested the updated code because it did not work for them either.
The only one I was confused about was the Corvid example, with fields such as the email, etc. I changed the parts to register the password and that’s what didn’t work when I was following another post with the same code except only used the password confirmation part. The problem I has was that it just replaced the “password confirmation” field with the normal password field; no validation message/error popped up.
I came here to ask for help because I’m someone who doesn’t know how to code and just wants to implement simple features that should already be there. Even asking for a code-piece is still educational - for me, at least.
I got the same problem.
In the default registration form, I could not add any one more field with password features, I means the content would be hidden by “****”
The textbox “hidden” is hide the whole textbox.
user forms and validations - it’s a basics of javascript
How to do it in login