= effective_form_with(model: [:admin, cpd_audit], engine: true) do |f| %p This #{cpd_audit_label} will be marked as missing information with the following: = f.text_field :missing_info_reason, required: true, label: 'Explanation of missing info' %h3 Email to send %p The following email will be sent: = email_form_fields(f, :cpd_audit_missing_info) = f.submit 'Missing Info', border: false, center: true, 'data-confirm': "Missing Info #{f.object}?"