HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form action="/email.php" method="get"> Email: <input type="email" name="myemail"><br><br> <button type="submit">Submit to Email Page</button><br><br> <button type="submit" formaction="/subscription.php">Submit to Subscription Page</button> </form> </body> </html>
OUTPUT
×

Save as Private