Skip to content

crealime/clean-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean Form


Clear Form


Form template with captcha and an arbitrary number of fields


There is no need to modify the php file, all the settings are made in the html
<!-- Hidden settings fields-->
<!-- Admin name -->
<input class="form-name" type="hidden" name="project_name" value="Your Name">
<!-- Admin e-mail -->
<input type="hidden" name="admin_email" value="Your E-mail">
<!-- E-mail Subject -->
<input type="hidden" name="form_subject" value="New Message">
<!-- End of hidden settings fields -->

<input type="text" name="Name" placeholder="Name" required maxlength="30">
<input type="email" name="Mail" placeholder="E-mail" maxlength="30">
<input type="tel" name="Phone" placeholder="Phone" required maxlength="30">
<select name="Select"><option value="" selected class="first-select">Сhoice</option>
	<option value="First">First</option>
	<option value="Second">Second</option>
	<option value="Third">Third</option>
</select>
<textarea id="message" name="Message" placeholder="Message" maxlength="1000"></textarea>

Demo:

https://deveb.pro/form/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published