Be able to add the functionality using something like: ``` erb <%= semantic_form_for @post do |f| %> <%= f.inputs do %> <%= f.input :user, :as => :ajax_form_select %> <%= f.input :description %> ... <% end %> ... <% end %> ```