newslatter form html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

newslatter form html

Can anyone help me with my html method? I need to create a newsletter, I already have the method that I should use, but I do not know how to apply it in my code. HTML: <form name = "myForm" method = "post" id = "form"> <div class = "box"> <label> <input type = "text" class = "input_text-bf" name = "name" id = "name" placeholder = "name" /> </ label> <label> <input type = "text" class = "input_text-bf" name = "email" id = "email" placeholder = "email@example.com" /> </ label> <input type = "button" class = "button-bf" value = "Subscribe" /> </ div> </ form> Method: https://www.test.com/testMethod POST { "Name": "xxx", "Email": "xxx", "Url": "http://www.test.com.br/test" }

7th Nov 2018, 11:24 PM
Caio Goulart
Caio Goulart - avatar
1 Answer
0
Hi you can add Action = "/action_page.php" Inside your form tag.which responds to you newsletter submission code. Happy Coding 🙇
27th Dec 2018, 1:00 AM
Ch Qasim Raza
Ch Qasim Raza - avatar