I have made two forms. One named 'basic.html' as under:
<html>
<body>
<form action="response.php" type="get">
Name: <input type="text" name="name">
<input type="submit" value="Submit Me">
</form>
</body>
</html>
and the second form 'response.php' as under: -
<html>...