JavaScript Registration Form Validation Tutorial In Hindi - हिंदी में

  Рет қаралды 351,895

CodeWithHarry

CodeWithHarry

Күн бұрын

Source Code: codewithharry.c...
In this video, I have explained about registration form validation using JavaScript. After watching this video on complete form validation in JavaScript in Hindi you will be able to perform a complete form validation in JavaScript and use this form validation technique across your websites!
I have created this video for web developers where they can complete registration form validation using javascript. This video is in Hindi with source code!
►Click here to subscribe - / @codewithharry
Best Hindi Videos For Learning Programming:
►Learn Python In One Video - • Learn Python In Hindi ...
►Learn JavaScript in One Video - • JavaScript Tutorial
►Learn PHP In One Video - • Learn Php In One Video...
►Machine Learning Using Python - • Machine Learning Tutor...
►Creating & Hosting A Website (Tech Blog) Using Python - • [Hindi] Web Developmen...
►Advanced Python Tutorials - • Intermediate/Advanced ...
►Object Oriented Programming In Python - • Object Oriented Progra...
►Python Data Science and Big Data Tutorials - • Python Data Science an...
Follow Me On Social Media
►Website (created using Flask) - www.codewithha...
►Facebook - / codewithharry
►Instagram - / codewithharry
►Personal Facebook A/c - / geekyharis
Twitter - / haris_is_here

Пікірлер: 275
@zaeemhasan8326
@zaeemhasan8326 3 жыл бұрын
Honestly, I saw many videos. But the thing i like most is the way of explaining the problem and solve the problem. I can 100000000% sure. If anyone have some basics idea in web devolopment then he can know how usefull this video is. Thanks, A lot Harry Bhai. Love from Bangladesh.
@gamingguru3050
@gamingguru3050 2 жыл бұрын
Yeah! I know how usefull this video has been for me!
@haneef7008
@haneef7008 2 жыл бұрын
Best form validations sir You are the best
@DakshQalandari
@DakshQalandari 6 ай бұрын
honestly i have seen many videos but this was the one which i get to understand this was too useful for me thanks and plesase try to make it under 20 minutes
@zakaullah3335
@zakaullah3335 3 жыл бұрын
You are great Sir.....from Pakistan
@viratsoni9202
@viratsoni9202 Жыл бұрын
Dudh mangoge to kheer denge Kashmir mangoge to cheer denge
@yogeshsaini9021
@yogeshsaini9021 Жыл бұрын
​@@viratsoni9202😅😅
@sajidfaruki8054
@sajidfaruki8054 Жыл бұрын
​@@viratsoni9202har jagah bakchodi karna jaruri h laude 😅
@afiyaateeq6246
@afiyaateeq6246 Жыл бұрын
​@@viratsoni9202brother think before you comment . It's an educational platform so plz don't spread hate and respect everyone ❤
@muhammadahsan6477
@muhammadahsan6477 11 ай бұрын
​@@viratsoni9202beta abu se esy baat nahi krty your sir also a muslim haris ali khan 😅
@wh0_i_m
@wh0_i_m Жыл бұрын
ab nahi khota apka channel,, code likh ne par apka hi channel aata hai,, Now you are great😊
@ishtiaqahmad4118
@ishtiaqahmad4118 4 жыл бұрын
What are required for validation. You have cleared all quarries which can raise in mind. Thanks. I.A.Siddiqui Karachi Pakistan.
@chirayujoshi1189
@chirayujoshi1189 3 жыл бұрын
15 thousand to 15 lakhs in 2 years.. It shows your hardwork and dedication Harry bhai.
@ashirazeem5260
@ashirazeem5260 Жыл бұрын
15 lakh to 4 million
@kunalbanseriya5099
@kunalbanseriya5099 Жыл бұрын
@@ashirazeem5260 4 milliion to 4.12 million
@rawbean7540
@rawbean7540 Жыл бұрын
@@kunalbanseriya5099 4.12 million to 4.43 million
@saquibansari7866
@saquibansari7866 Жыл бұрын
​@@kunalbanseriya50994.4m
@Rajroyal384
@Rajroyal384 8 ай бұрын
@@kunalbanseriya5099 5.3 million
@adityaathavale3662
@adityaathavale3662 3 жыл бұрын
ther were just 500 vives but still he was working hard that time and all of us know were he is
@sriKant751
@sriKant751 Жыл бұрын
//quiz question one var pass = document.forms['myform']["fpassword"].value; var lowercase = /[a-z]/g; var uppercase =/[A-Z]/g; var number=/[0-9]/g; if(pass.match(lowercase) && pass.match(uppercase) && pass.match(number) && pass.length>=8){ }else{ seterror("password","*pls enter ur password with including lowercase, uppercase,number or atlest 8 ch long."); returnval = false; }
@NirmalaKadam-yt8kq
@NirmalaKadam-yt8kq Жыл бұрын
good job 😇
@designerzafar
@designerzafar 3 жыл бұрын
Thanks alot brother. I learned alot from this tutorial, but now I want to send this form data into my email. How can I do? Please make a video for this.
@COFFY_GAMING
@COFFY_GAMING 3 жыл бұрын
Thanku sir aap boht jada help kr chuke ho meri, apki har video mere kaam aa rahi hai
@rumaakter1715
@rumaakter1715 3 жыл бұрын
Thank you Harry.. For explain everything in details..
@harshkureel3829
@harshkureel3829 2 жыл бұрын
23:00 js starts
@myousafasif25
@myousafasif25 Ай бұрын
thanks
@dipeshsapkota844
@dipeshsapkota844 Ай бұрын
Thank you I thought I was the only one who was wondering when does actual form validation starts
@dharmendrabhargava5162
@dharmendrabhargava5162 2 жыл бұрын
You are a great teacher Harry bhai 🙂
@debajitdas8764
@debajitdas8764 3 жыл бұрын
Harry bhai, please ek video banaye aap! html feedback form ka data email me kese collect kare via using php code with validation
@OnlyGaming-xy2cw
@OnlyGaming-xy2cw 2 жыл бұрын
bhai aap tbhai ho 1st time me smj nhi aaya lekin 2nd time me dyan se smaja bar bar piche krke video at the end i made it Bro u R Legend ! ye mark lgana acha lgta he
@ajinkyajoshi1909
@ajinkyajoshi1909 3 жыл бұрын
40:30 using regular expression
@ravikumarsingh5893
@ravikumarsingh5893 2 жыл бұрын
Thank you sir for giving me some ideas about form validation using javascript because I am a beginner and i am studying in Diploma CSE 3rd Year .Can you provide a video of database connection of signup form using php in simple way .
@hetpatel_228
@hetpatel_228 2 жыл бұрын
I am also in Diploma IT But in 2nd year
@pervaizkhan05
@pervaizkhan05 Жыл бұрын
Bro apnain likha document.getElementById(Id) "Id ka name Q ni likha" main kab sy form validation bnanna try kr rha hun ni ho rha mujh sy
@musicalrohan_pal2821
@musicalrohan_pal2821 3 жыл бұрын
Thank you bro for everything, you explain everything in details i love the way you tell everything
@becomingfarhan211
@becomingfarhan211 2 жыл бұрын
musical bhaiya jake tabala bajao kaha coding sikhne aagaye
@NAeEMAslam-ek5xm
@NAeEMAslam-ek5xm Жыл бұрын
@@becomingfarhan211 🤣🤣🤣🤣🤣🤣🤣
@shahidhaiderraza2405
@shahidhaiderraza2405 3 жыл бұрын
I will Try My Best... Thanks for giving all knowledge
@SwatiP-z2z
@SwatiP-z2z 7 ай бұрын
pls make a video for making multilayer nav bar using JS code not through html or css
@UPlusPlus
@UPlusPlus 3 жыл бұрын
how do I add a radio button and a drop-down list for selecting a country field???
@abrahamikbal6355
@abrahamikbal6355 4 жыл бұрын
sir, your all videos are Precious 👌👌👌👌👌👌
@dushyantpatel6678
@dushyantpatel6678 2 жыл бұрын
harry bhai CRUD Form shikhavna jo keval HTML,CSS,JAVASCRIPT ki madad se banaya jaye jisme (ADD,UPDATE)(RESET)(EDIT)(DELETE) ka button bhi use kara ho, .......... thanks
@mohitkaushik21
@mohitkaushik21 Жыл бұрын
Thanks a lot sir😊😊
@saikishore8455
@saikishore8455 Жыл бұрын
let regex = /"pattern"/ for mandatory char
@thakurgaurangbhushan7392
@thakurgaurangbhushan7392 2 жыл бұрын
sir, please make a playlist of the sidebar, toggle menu, accordion, and many more like that, etc.
@mohinimaurya6382
@mohinimaurya6382 3 жыл бұрын
Very helpful video sir Thank u so much And u are very very great man 🙏🙏🙏🙏🙏🙏
@sangameshviraktamath6291
@sangameshviraktamath6291 Жыл бұрын
very good . I want this type of videos on DBMS Nested querries
@shivkumaridhakad8129
@shivkumaridhakad8129 3 жыл бұрын
Your video is very helpful for bigners who is newly learned javascript👍😊
@movieclips4408
@movieclips4408 Жыл бұрын
You are a great developer and teacher. Love from Pakistan ❤️
@dubeyankitsarar8084
@dubeyankitsarar8084 3 жыл бұрын
Murid bna Diya aap ne harry gaaru. 😍😍👏🎊🎊🎊
@tahirmehmood9673
@tahirmehmood9673 2 жыл бұрын
23:03 start js
@trichandresh
@trichandresh Жыл бұрын
Thanks a ton!!!!!! You have helped me....
@gauravrathore4879
@gauravrathore4879 2 жыл бұрын
Sir css ka use ka use kuin kara usse thodi confusion ho rhi hai bas js and html hi use karte na.
@dakshjain82
@dakshjain82 Жыл бұрын
love from jaipur💯💯❤❤
@abhishekjha5437
@abhishekjha5437 3 жыл бұрын
Image ke liye kya code likhenge java script ke andar ki proper image upload ho form pe?
@adityaate9018
@adityaate9018 2 жыл бұрын
You didn't focus on main content..first 20 min only on css. But at the end video is very much helpful.
@MonkuThapa-b6z
@MonkuThapa-b6z Жыл бұрын
from 15k to 4 Million , amazing man hats off to you
@HarshitShrivastava-n5p
@HarshitShrivastava-n5p Жыл бұрын
By creating frequency array
@shoaibhasan4026
@shoaibhasan4026 Жыл бұрын
This man is so amazing hats off Harry bhai.❤
@noumantahir5024
@noumantahir5024 2 жыл бұрын
Harry bhai ap ke video bhot help full hoti 🥰good work Harry bahi
@arghyaprotimhalder5592
@arghyaprotimhalder5592 Жыл бұрын
38:22 here the actual part starts.
@basictricks7085
@basictricks7085 Жыл бұрын
Thank you so much sir, you are an inspiration!
@anishjain8096
@anishjain8096 5 жыл бұрын
बधाई हो भाई 15k subscriber
@umairiqbal184
@umairiqbal184 2 жыл бұрын
Harry bhai thanks for your efforts . You made my day😍😍😍😍😍😍
@sadiashaheen7361
@sadiashaheen7361 Жыл бұрын
Ur teaching style and method is impressive....💖💖
@RahulKumar-uw1sj
@RahulKumar-uw1sj Жыл бұрын
Thank you Harry Bhaia you are world the best Teacher
@gurindersingh7721
@gurindersingh7721 Жыл бұрын
Thank you Harry Sir , really very informative video.👍
@Asim_Ali4857
@Asim_Ali4857 5 ай бұрын
Harry Bhai this video was amazing ❤❤❤
@AmitSingh-kr5if
@AmitSingh-kr5if 3 жыл бұрын
Keep it up Harry Thanks Alot
@swastiksingh5220
@swastiksingh5220 2 жыл бұрын
The Spans don't get clear when i click on the reset button, how to resolve this?
@arendrakumar8968
@arendrakumar8968 3 жыл бұрын
Very helpful for me and also interesting
@ashirkhanashirkhan2599
@ashirkhanashirkhan2599 2 жыл бұрын
You are a very perfect teacher
@computercode7941
@computercode7941 2 жыл бұрын
To be honest, this video is very informative. Thank you very much Harry bhai
@TanuIthape
@TanuIthape Ай бұрын
great video easy to understand
@waytocode
@waytocode 3 жыл бұрын
Bohat hi khoob❤maja agya
@nerdgossips
@nerdgossips 2 жыл бұрын
harry sir u r great man
@ProgrammingNCodingWithHarsh
@ProgrammingNCodingWithHarsh Жыл бұрын
Harry bhaii your code is not working in my computer how i can solve this!! plz give some alternativee also come with sundeep maheshwariii to explain the above code....🤣😂
@DeepakKumar-uw1zt
@DeepakKumar-uw1zt 5 жыл бұрын
Become your fan of teaching
@mayanksharma1563
@mayanksharma1563 Жыл бұрын
Thank you harry bhai ... ab exam me top marunga
@alishasharma5561
@alishasharma5561 Жыл бұрын
Simply you are great 👍
@IslamicContent610
@IslamicContent610 Жыл бұрын
harry very very thanks you my big proplem solve you thanks very much
@nehagurav8935
@nehagurav8935 2 жыл бұрын
getting this error Cannot GET /myaction.php in console what to do... I'm basically designer but started studing javascript
@kunal2255
@kunal2255 2 жыл бұрын
@geetanshrajput2765
@geetanshrajput2765 2 жыл бұрын
it means you haven't created any 'myaction.php' file in your system
@Sandy-v4w
@Sandy-v4w Жыл бұрын
I'll Do Extra Features
@Col-Me-Aj
@Col-Me-Aj 2 жыл бұрын
Thank u Harry bhai ❤️❤️❤️
@vikasgupta6363
@vikasgupta6363 Жыл бұрын
Which extension you use
@JayKumarSaini-s5o
@JayKumarSaini-s5o Жыл бұрын
live server
@asadbukhari5744
@asadbukhari5744 3 жыл бұрын
forms validation in javascript starts at *22:58*... No need of Thanks
@aaryanbhurtel8577
@aaryanbhurtel8577 3 жыл бұрын
thanks
@charithaseva6495
@charithaseva6495 Жыл бұрын
Bohot mast hai harry bhaiyya , video
@kabir_mehra
@kabir_mehra Жыл бұрын
crisp and helpful video
@akaashak7472
@akaashak7472 2 жыл бұрын
it didn't work form still submits without showing any error
@arshshaikh23
@arshshaikh23 2 жыл бұрын
Aesa kuch b n btra sir validation lgane bd b too short show n hora
@sauravbanger6918
@sauravbanger6918 2 жыл бұрын
task is when we enter the input in inputbox after enter we want the user don't change text(ager form may text ek baar enter krdia to edditt na hoo)
@osasuomwan
@osasuomwan 2 жыл бұрын
Thank you very much on the ideas you have share here
@BHANUPRATAPSHEKHAWAT
@BHANUPRATAPSHEKHAWAT 3 жыл бұрын
Thanks brother
@anupmanwatkar1301
@anupmanwatkar1301 3 жыл бұрын
bhai logic lagane me bohot problems ho rahi hai , matlab theek se logic nahi laga pa raha hoon , 10 line ke code ke jagah 35 line lag jaati yaar , kya karu bhai 😢😢
@engineerbhai7642
@engineerbhai7642 5 жыл бұрын
Excellent
@factwoodpremier153
@factwoodpremier153 2 жыл бұрын
thank you so much sir . thank you so much 💓 💗 💛
@harshgupta9613
@harshgupta9613 Жыл бұрын
29:36
@hitenkhemani9174
@hitenkhemani9174 6 ай бұрын
for select option menu and radio checkbox buttons how to validate
@jagrutijethva
@jagrutijethva 4 ай бұрын
awesomeeee explanation thankyouuuuu
@jay-shree-ram9
@jay-shree-ram9 Жыл бұрын
Nice sir
@vinayaksharma-ys3ip
@vinayaksharma-ys3ip 2 жыл бұрын
Great Lecture Sir
@branchlifeshow6975
@branchlifeshow6975 Жыл бұрын
Thank you Sir I shall do better
@prithvigupta8215
@prithvigupta8215 2 жыл бұрын
Js starts from 23:34
@sweetypatel7055
@sweetypatel7055 2 жыл бұрын
Thnq thnq great work ❤️😍❤️😍
@aswinanand7710
@aswinanand7710 3 жыл бұрын
This video was helpful
@rutujavaidya938
@rutujavaidya938 2 жыл бұрын
sir length is too short error is not working , what should I do?
@dipankaryadav5598
@dipankaryadav5598 2 жыл бұрын
same
@sahilkumar_official
@sahilkumar_official 7 ай бұрын
You can use minimumsize/maximumsize attribute in input tag.
@SHAIKHABDULMOIZ-tw9bs
@SHAIKHABDULMOIZ-tw9bs Жыл бұрын
thank you so much harry bhai ♥
@rahul_bhattacharyya
@rahul_bhattacharyya 2 жыл бұрын
What is the utilisation of "return returnval" at the end?
@engineeringlife4567
@engineeringlife4567 Жыл бұрын
returnval is use to submit form. In the begginng function validateform() returnval is true. If there is no error in code then form will submit. If error is found function will return false
@rockybhai1999
@rockybhai1999 3 жыл бұрын
Hello bhaiya i have a doubt , if the user starts with 0to 9 in phone column no . . It is of 10 digit but not be valid . How can we make that user have to start with a no. Other than 0. Provide me a logic, plz.
@VinayKumar-ze2ww
@VinayKumar-ze2ww 2 жыл бұрын
check the first element if it is 0 or not
@engineeringlife4567
@engineeringlife4567 Жыл бұрын
Use this --- charAt[0]!=0; This will check that number at 0th index not equal to zero.
@avinashranjan9622
@avinashranjan9622 3 жыл бұрын
thanku so much bro.......
@perfectgj
@perfectgj Жыл бұрын
Sir this is not working anymore please make a new video where everything is clear and working and send a OTP to user's for registration free of cost
@manyamehta6569
@manyamehta6569 6 ай бұрын
number cant be required in name field give code for this
@Divyansh-505
@Divyansh-505 9 ай бұрын
This code is working in javascript, but if it comes to react it doesn't work.please harry bhai make a specific video of form validation in react js in easy way.
@akshaysanas9279
@akshaysanas9279 2 жыл бұрын
why this problem ? This page isn’t working If the problem continues, contact the site owner. HTTP ERROR 405....even the code is right..
@lokeshawasthi6640
@lokeshawasthi6640 Жыл бұрын
same problem
@shrutibirajdar150
@shrutibirajdar150 3 жыл бұрын
what we will use for valid email id error?
@roushankumar3000
@roushankumar3000 Жыл бұрын
yr bhaiya u are to good realy .sub sirf pasa kamne batha hai
@sanjaychaudhary4756
@sanjaychaudhary4756 Жыл бұрын
bhai aap ni validation from ke sucsses hone k baad redirect on home pr nhi kya or deatils apni mail id pr aajaye ye bhi clear nhi kya
Events in Javascript | chai aur #javascript
36:57
Chai aur Code
Рет қаралды 216 М.
Как подписать? 😂 #shorts
00:10
Денис Кукояка
Рет қаралды 6 МЛН
哈莉奎因怎么变骷髅了#小丑 #shorts
00:19
好人小丑
Рет қаралды 48 МЛН
Поветкин заставил себя уважать!
01:00
МИНУС БАЛЛ
Рет қаралды 5 МЛН
He bought this so I can drive too🥹😭 #tiktok #elsarca
00:22
Elsa Arca
Рет қаралды 60 МЛН
JavaScript Client-side Form Validation
29:07
Florin Pop
Рет қаралды 714 М.
Complete CyberSecurity Roadmap 2024 (Beginner's Guide)
15:04
CodeWithHarry
Рет қаралды 69 М.
How much HTML, CSS and JavaScript is Enough to get a Job 🔥
14:32
CodeWithHarry
Рет қаралды 276 М.
Top 6 React Hook Mistakes Beginners Make
21:18
Web Dev Simplified
Рет қаралды 573 М.
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,5 МЛН
Creating a Calculator using HTML, CSS & JavaScript
34:04
CodeWithHarry
Рет қаралды 961 М.
Form validation using Javascript on the client side for beginners
9:35
JavaScript Academy
Рет қаралды 393 М.
Which Operating System I use and Why 💻
14:57
CodeWithHarry
Рет қаралды 143 М.
Как подписать? 😂 #shorts
00:10
Денис Кукояка
Рет қаралды 6 МЛН