<%= form.text_field :name, label: t('experiments.new.name'), autofocus: true, placeholder: t('experiments.new.name_placeholder'), id: 'experiment-name' %>
<%= form.smart_text_area :description, label: t('experiments.new.description'), id: 'experiment-description', data: { 'atwho-edit' => '' } %>