=semantic_form_for [:public, @annonce_message], :url => answer_save_public_annonce_message_path(@parent_annonce_message), :remote => true 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.input :message, :label => qit("message-label", "Message") =f.hidden_field :destinataire_id =f.hidden_field :annonce_id =f.submit qit("save-send-message","Envoyer mon message"), :class => "btn btn-primary"