Auto fill the web form using HTML and JavaScript

Published: 26 April 2022
on channel: Azhar Techno Coder
12,152
81

Auto fill the web form using HTML and JavaScript

Code:

html
head
title
Auto Fill
/title
style
fieldset{
margin-bottom:5%;
}
/style
/head
body
h1 Form for Autofill /h1
form
fieldset
legend b Primary Address /b /legend
label for="primaryaddress"
Address
/label
input type="text" name="Address" id="primaryaddress" required /
br
/fieldset
input type="checkbox" id="same" name="same" onchange="sameAddress()"/
label for="same"
If same secondary address select this box
/label
fieldset
legend b Secondary Address /b /legend
label for="secondaryaddress"
Address
/label
input type="text" name="Address" id="secondaryaddress" required /
br
/fieldset
input type="submit" value="Submit" /
/form
script
function sameAddress(){
if(document.getElementById("same").checked){
document.getElementById("secondaryaddress").value =
document.getElementById("primaryaddress").value;
}else{
document.getElementById("secondaryaddress").value =""
}
}
/script
/body
/html

Chapters:

0:00 - Introduction to auto-fill
0:17 - Program for auto fill (HTML + Javascript)
8:47 - Execution of the program
9:30 - End Tags and subscription to channel

Donation Section:
Now you can Donate us via Paypal or Google Pay
Paypal link : https://www.paypal.me/Azhar67
GooglePay/PhonePe/BHIM App UPI ID : shaikazharjamal@okhdfcbank

My second Channel:
WrestleTalkByAzhar -    / wrestletalkbyazhar  

Next Steps :

---------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------
Must Watch Playlists

► 1. Javascript -    • Javascript Factory  
► 2. Puppetter -    • Puppeteer  
► 3. Cypress -    • Cypress  
► 4. Tech works -    • Video  
► 5. Vbscript Basics To Advanced -    • VBScript Part 1 -  Features Advantages Dis...  
► 6. Jmeter -    • Jmeter Tutorials  
► 7. Excel -    • Videos On Excel  
► 8. Appium -    • Appium  
► 9. Shares -    • Shares  
► 10. Javascript Interview Questions -   • Javascript Interview Questions  
► 11. C# Tutorials -    • C# Factory  
► 12. HTML & CSS -    • HTML & CSS  
► 13. Browser Console -    • Browser Console  
---------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------

#autoFillFormUsingHTML
#autoFillFormUsingJavascript
#HTML


On this page of the site you can watch the video online Auto fill the web form using HTML and JavaScript with a duration of hours minute second in good quality, which was uploaded by the user Azhar Techno Coder 26 April 2022, share the link with friends and acquaintances, this video has already been watched 12,152 times on youtube and it was liked by 81 viewers. Enjoy your viewing!