_handlePreload(); } /** * Handle a post to the field * * @param string $value null * @param helper_plugin_bureaucracyau_field[] $fields (reference) form fields (POST handled upto $this field) * @param int $index index number of field in form * @param int $formid unique identifier of the form which contains this field * @return bool Whether the passed value is valid */ function handle_post($value, &$fields, $index, $formid) { return true; } }