webgpt.ninja

You @ 14:46 - 13. Nov 2024
skriv en php formular
WebGPT @ 14:46 - 13. Nov 2024
    
        <!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>
You @ 14:47 - 13. Nov 2024
Igen, meget større
WebGPT @ 14:47 - 13. Nov 2024
    
        <!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