Bootstraps the submodule by setting properties.
Namespace: awsmug\Torro_Forms\Modules\Protectors
Timetrap::verify_request()
Verifies a request by ensuring that it is not spammy.
Timetrap::render_output()
Renders the output for the protector before the Submit button.
Timetrap::get_meta_fields()
Returns the available meta fields for the submodule.
Protector
Base class for a protector.
Protector::enabled()
Checks whether the protector is enabled for a specific form.
Protector::verify_request()
Verifies a request by ensuring that it is not spammy.
Protector::render_output()
Renders the output for the protector before the Submit button.
Protector::get_meta_fields()
Returns the available meta fields for the submodule.
Protector::wrap_form_name()
Wraps a non-prefixed form input name attribute so that it will be properly included the submission POST data.