af/form/field_groups filter to allow modification and reordering of field groups.af/form/submission/value filter to allow modification of submission values before they are processed. See docs for details.af/field_group/before_field_group action hook to support custom markup before field groups.af/field_group/after_field_group action hook to support custom markup after field groups.af_render_content private field type for internal use in form settings UI.af/settings/enqueue_validation_hotfix filter for disabling the validation hotfix.af_ prefix. Renamed class to AF_Calculated_Admin_Field.af/field/calculate_value/name={field_name} or af/field/calculate_value/key={field_key}.af/field/calculate_value filter in in use.af/form/email/recipient filter can now be used to prevent email sending.af/form/entry/should_create to enable dynamically stopping entries from being created.af/field/before_field_wrapper action.af/field/after_field_wrapper action.af/form/editing/query_param to change the query parameter used for post editing. The default is post.$post which could show up in the form settings.post query parameter.exclude_fields argument on shortcodes.af/form/email/use_template).af/form/email/content_type).ajax argument: [advanced_form form=\"KEY\" ajax=\"1\"].false from the af/field/before_fieldfilter.add_filter( \'af/form/view_counter_enabled\', \'__return_false\' ) to disable the view counter.af/field/before_render filter.af/form/page_changed action. Fields were temporarily removed from the form when the action was triggered.user argument is set. user=\"new\" is no longer needed.af/settings/cookie_name to change cookie name used for submissions.af/field/before_field and af/field/after_field.af/form/page_changed.af/form/enqueue. Should be used if any assets need to be dequeued.{all_fields}.af/form/slack/webhook.af/field/calculate_value filter wouldn’t work.\"post\"=\"new\" and \"user\"=\"new\" is no longer required.af/field/before_render filter allowing fields to be modified before they are rendered.af/form/before_submission action allowing code to be run before the submission is processed. Errors can be added using af_add_submission_error( $message ).af/field/calculated_value hook. Perfect for previews, calculators, and payment flows.current as the post/user argument.$post_id argument whilst editing a post.af/form/success_message filter for success messages.af/form/validate filter.acf_esc_atts.