uploading the html document in Use a text or HTML template

Hi all,

my requirement is to send the user details through email, for that I Created html document with my required fields and saved in html with .html extension and uploaded in choose upload document  and re-scanned document but the fields are not populating and not getting any error, the below is my html code, please help me where I went wrong.

<body>  
    <form action="">  
        <label>Make</label>  
        <input type="text" name="Make"/>  
        <label>Model</label>  
        <input type="text" name="Model"/>  
          
    </form>  
</body> 

  Discussion posts and replies are publicly visible

Parents Reply Children