Following is the code.
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>MOD </title> <link rel="stylesheet" type="text/css" href="css/style.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"> </head> <body> <div class="container-fluid bg-secondary text-white"> <div class="container"> <div class="row d-flex justify-content-center"> <div class="col-lg-6 col-md-6 col-sm-12"><br> <h1 class="text-center">Entry Of Investor</h1> <form action="index.php" method="post" name=""> <div class="form-group"> <label for="name">Full Name:</label> <input type="text" class="form-control" placeholder="Enter Your Name" id="txtInEnglish" name="name" onchange="myFunctionName(this.value)" autocomplete="off" required=""> </div> <div class="form-group"> <label for="name">पूर्ण नाव:</label> <input type="text" class="form-control" place