- Joined
- Aug 16, 2022
- Messages
- 52
- Reaction score
- 2
Hi Everybody,
How can I place a <form action=""> inline to an <input type=""> statement?
How can I place a <form action=""> inline to an <input type=""> statement?
HTML:
<form method="post" action= [Nope, not here]>
<input type="???" id="button1" value="This One"> [put "ThisOne.php here"]
<input type="???" id="button2" value="NOT This One"> [put "NotThisOne.php here"]
<input type="submit" value="Send">
</form>