Filter Hook: Filters the form action URL.
File: src/db-objects/forms/form.php
Form::duplicate()
Duplicates the form including all of its contents (except submissions).
Form::duplicate_terms_for_form()
Duplicates all taxonomy terms for this form and applies them to another given form.
Form::duplicate_metadata_for_form()
Duplicates all metadata for this form and attaches it to another given form.
Form::duplicate_comments_for_form()
Duplicates all comments for this form and attaches them to another given form.
Form::get_property_values()
Returns all current values as $property => $value pairs.
Form::set_default_object()
Fills the $original property with a default object.
Form::get_db_fields()
Returns the names of all properties that should be accessible on the Core object.
torro_form_classes
Filter Hook: Filters the form tag classes.
Form::__construct()
Constructor.