+ 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?
10 Respuestas
+ 21
Of Course Dear!!!👍😊
Just Check Out My Code And Find Out Easily:⬇️⬇️⬇️
https://code.sololearn.com/WZN2W4UO293q/?ref=app
+ 21
Oh I Did Not Know!!!😁🤗😊
+ 7
lol
+ 6
thanks again.
+ 6
Jason M.Azizi lol thanks! I already made the code a while ago so yeah. XD
+ 5
thanks.
+ 4
You'll need an "onsubmit" function.
+ 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?
+ 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.
+ 3
A mailto: command will send you the form info, if you need a form like that.