Skip to content

collect and manage your html form data with myform by iysabox

Notifications You must be signed in to change notification settings

mohamediysa/form-data-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

form-data-collector

collect and manage your html form data with myform by iysabox

the website link : https://iysabox.com/myform/

steps :

  1. create an account and login
  2. copy your form special link ex: https://iysabox.com/myform/c/xxxxxxxxxx
  3. place the link in your action attribute
<form action="https://iysabox.com/myform/c/EfkpyZq44P" method="post">
  <input name="Email" id="email" type="email">
  <type="hidden" value="MyForm1" name="form_name">
  <type="hidden" name="is_bot"> 
  <button type="submit">Submit</button>
</form>
  1. you are done!

settings:

1.Form name
By naming your forms, it will be easier to organize submittings. Add this line of code at the end of your form.

<input type="hidden" value="form Name Here" name="form_name">

2.Honey pot
To filter bots add this input to the end of your form

<input type="hidden" name="is_bot">
  1. Manage Empty submitting
    toggle it on or off to remove empty submitings

4.Unique users
toggle it on or off to accept only unique users in the last 24 hour

5.Email
toggle it On and add your email so you can get submited data in a message

About

collect and manage your html form data with myform by iysabox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published