
Login

Webforms can provide your business with a custom web based solution for your data capture requirements. We also design and build quality websites and can provide a full range of IT services.
Connect to your data
If you don't have an account please Register
How to create a form
On your html page define your form as
<form action='http://www.webforms.biz/submitter.asp' method='POST'>Add whatever fields you need:
Name:<input name='name'> Date of Birth:<input name='dob'> Sex:<select name='sex'> <option value='M'>Male</option> <option value='F'>Female</option> </select>and close the form
</form>
Then create an entry for your form in our forms page.
We can cope with changes to the number and names of fields on your form, but the golden rule is that all fields must have a unique name..