Form::sanitize_validate()

Method: Validate and sanitize all fields.

Form::add_field()

Method: Add new field in form.

Form::get()

Method: Get a value from a path or default value if the path doesn’t exist

Form::add_error()

Method: Add an error to form object.

Form::have_errors()

Method: Check if form have any error.

Form::find()

Method: Find a field object.

Form::is_submitted()

Method: Check if current form is submitted.

Form::generate()

Method: Generate form.

Form::generate_fields()

Method: Generate fields HTML markup.

Form::prepare()

Method: Prepare input field.