=semantic_form_for [:public, @customer_message], :remote => (true if @customer_message.id ) do |f| =#f.input :tel, :label => qit("votre-numero-de-telephone-label","Votre numéro de téléphone :") =#f.input :expediteur_mail, :label => qit("your-mail-label","Votre mail :") =f.hidden_field :conversation_id =f.hidden_field :thing_type =f.hidden_field :thing_id =f.input :message, :label => "Message" =f.hidden_field :destinataire_id =f.submit "Envoyer mon message", :class => "btn btn-primary"