Open

Description
<!DOCTYPE html>
<html>
<body>
<h2>HTML Form</h2>
<form method="POST" action="https://adless-games.herokuapp.com/v3/entry/github/adless-games/user-data/main/">
<label for="name">name:</label><br>
<input type="text" id="name" name="fields[name]" value="John"><br>
<label for="email">mail:</label><br>
<input type="email" id="email" name="fields[email]" value="bob@example.com"><br>
<label for="message">Last name:</label><br>
<input type="text" id="message" name="fields[message]" value="reee"><br><br>
<input type="submit" value="Submit">
</form>
</body>
</html>
{"success":false,"errorCode":"INVALID_VERSION"}
How do I fix This?
Metadata
Metadata
Assignees
Labels
No labels