<!DOCTYPE html>
<html>
<head>
<title>PHP Form</title>
</head>
<body>
<form method="post" action="submit.php">
<label for="name">Name:</label>
<input type="text" id="name" name="name"><br><br>
<label for="email">Email:</label>
<input type="email" id="email" name="email"><br><br>
<label for="message">Message:</label><br>
<textarea id="message" name="message"></textarea><br><br>
<input type="submit" value="Submit">
</form>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>PHP Form</title>
</head>
<body>
<h1>Contact Form</h1>
<form method="post" action="submit.php">
<label for="name">Name:</label><br>
<input type="text" id="name" name="name"><br><br>
<label for="email">Email:</label><br>
<input type="email" id="email" name="email"><br><br>
<label for="subject">Subject:</label><br>
<input type="text" id="subject" name="subject"><br><br>
<label for="message">Message:</label><br>
<textarea id="message" name="message" rows="5" cols="30"></textarea><br><br>
<input type="submit" value="Submit">
</form>
</body>
</html>
Max tokens (character): 1800 Modal: gpt-3.5-turbo Temperature: 0.5 Free to use by mbsTECH.dk changelog.txt webgpt_v1.2.5.rar