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" }
1 Resposta
0
Hi you can add
Action = "/action_page.php"
Inside your form tag.which responds to you newsletter submission code.
Happy Coding 🙇