Is there a way to make a Username, Email, Passwork and a SEND button? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 6

Is there a way to make a Username, Email, Passwork and a SEND button?

Is there a way to make a Username, Email, Passwork and a SEND button to go to a website and then it fills that website up with the information you put onto the Username, Email, Password?

14th Feb 2019, 7:31 PM
ForGetFulSkyBro
ForGetFulSkyBro - avatar
10 Respostas
+ 21
Of Course Dear!!!šŸ‘šŸ˜Š Just Check Out My Code And Find Out Easily:ā¬‡ļøā¬‡ļøā¬‡ļø https://code.sololearn.com/WZN2W4UO293q/?ref=app
19th Mar 2019, 11:37 AM
KĶœĶ”É©nÉ¢ćƒ»ļ¾‘ļ½šiļ½ši šŸ–¤
KĶœĶ”É©nÉ¢ćƒ»ļ¾‘ļ½šiļ½ši šŸ–¤ - avatar
+ 21
Oh I Did Not Know!!!šŸ˜šŸ¤—šŸ˜Š
19th Mar 2019, 11:46 AM
KĶœĶ”É©nÉ¢ćƒ»ļ¾‘ļ½šiļ½ši šŸ–¤
KĶœĶ”É©nÉ¢ćƒ»ļ¾‘ļ½šiļ½ši šŸ–¤ - avatar
+ 7
lol
19th Mar 2019, 11:46 AM
ForGetFulSkyBro
ForGetFulSkyBro - avatar
+ 6
thanks again.
15th Feb 2019, 4:42 PM
ForGetFulSkyBro
ForGetFulSkyBro - avatar
+ 6
Jason M.Azizi lol thanks! I already made the code a while ago so yeah. XD
19th Mar 2019, 11:39 AM
ForGetFulSkyBro
ForGetFulSkyBro - avatar
+ 5
thanks.
15th Feb 2019, 12:19 PM
ForGetFulSkyBro
ForGetFulSkyBro - avatar
+ 4
You'll need an "onsubmit" function.
14th Feb 2019, 8:58 PM
team fortress 2
team fortress 2 - avatar
+ 4
Hadyn Casler is there way to make the onsubmit go to a website to put the password, email, and username on the signin form for sololearn?
15th Feb 2019, 12:34 PM
ForGetFulSkyBro
ForGetFulSkyBro - avatar
+ 3
As you assign the function, I believe you'll need to anchor (<a>) a link to the Submit button if you want to go to a website when submit is pressed.
15th Feb 2019, 4:03 PM
team fortress 2
team fortress 2 - avatar
+ 3
A mailto: command will send you the form info, if you need a form like that.
15th Feb 2019, 4:04 PM
team fortress 2
team fortress 2 - avatar