node js code:
var express = require("express");
const axios = require("axios");
var app = express();
app.set("view engine", "ejs");
app.get("/"...
For further actions, you may consider blocking this person and/or reporting abuse
Hi Sanket! The
nameattribute should be placed on the input element.Thank you!