Home / Admin / hidden field form
Duplicate Snippet

Embed Snippet on Your Site

hidden field form

Code Preview
html
<form src="http://www.example.com/form.php" method="post">
    <input type="text" name="name" placeholder="Name" />
    <input type="email" name="email" placeholder="Email Address" />
    <input type="hidden" name="Language" value="English">
    <input type="submit" name="submit" value="Submit" />
	 
</form>

Comments

Add a Comment