= render('layout') do = effective_form_with(model: resource, url: wizard_path(step), method: :put) do |f| = f.hidden_field :current_step %hr %p The following rolling notes will be displayed for your use on each step. = f.text_area :comments, hint: "Not displayed to the #{cpd_auditee_label}" = f.submit 'Save and Continue', center: true