Why doesnt this work? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
30th May 2020, 4:32 PM
Peter Svärd
Peter Svärd - avatar
2 Answers
+ 1
Great thanks, i thought i had tried everything :)
30th May 2020, 5:09 PM
Peter Svärd
Peter Svärd - avatar
+ 1
check this and see if it helps .its an example, please. <form action="https://www.opsa.com"> <!--the above is a url to opsa.com--> <form action="url" method="POST"> <form> <label> Fullname </label> <br /> <input name="name" type="text" required="name" placeholder="eg. Richmond Hill" /><br /> <label> Contact </label> <br /> <input id="tel" name="tel" type="tel" placeholder="0570001000" required="Contact" /><br /> <label> Gender </label> <br /> <input type="radio" name="gender" value="1">male <br /> <input type="radio" name="gender" value="2">female <br /> <label> Your Email </label> <br /> <input type="email" name="email" placeholder="email@example.com" autofocus="email" /><br /> <label> Message </label> <br /> <textarea name="message"></textarea><br /> <label> Username </label> <br /> <input type="text" name="username" required="username" /><br /> <label> Password </label> <br /> <input type="password" name="password" required="password" /> <input type="submit" value="SEND" class="submit" /> <!--the above is a form to be filled for identification--> <frameset cols="25%, 100%, 30%"></frameset> </form>
31st May 2020, 2:11 PM
Richmond Dogbe
Richmond Dogbe - avatar