Skip to content

Instantly share code, notes, and snippets.

@otetard
Created October 29, 2013 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otetard/7216118 to your computer and use it in GitHub Desktop.
Save otetard/7216118 to your computer and use it in GitHub Desktop.
Index: formulaires/contact.html
===================================================================
--- formulaires/contact.html (révision 77753)
+++ formulaires/contact.html (copie de travail)
@@ -10,7 +10,7 @@
[<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>]
<BOUCLE_editable(CONDITION){si #ENV{editable}}>
-<form method='post' action='#ENV{action}#formulaire_contact' enctype='multipart/form-data'>
+<form method='post' action='[(#ENV{action}|ancre_url{formulaire_contact})]' enctype='multipart/form-data'>
[(#REM) declarer les hidden qui declencheront le service du formulaire parametre : url d'action ]
#ACTION_FORMULAIRE{#ENV{action}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment