Download this script

PHP / Form Builder / Examples

Registration form

This form shows the use of a combo (select) box, which prompts the user to enter a gender.

Simple blog post submission form

This form displays basic form functionality. Submitting the form will invoke a validation check; if successfull the field values will be displayed, otherwise appropriate errors will show.

Registration form with CAPTCHA

This form would typically be used on a website contact page. You will need the Email class for this to work. The user is prompted to enter their name, email and message. Upon submission the email is sent to specified address, in this case; matt@mattlowden.com.