diff --git a/paquet.xml b/paquet.xml
index b38630566059e5f64f6ee519b38a1c9681598f47..b268aab7031eca433935945ac2146e634982a4f1 100644
--- a/paquet.xml
+++ b/paquet.xml
@@ -1,7 +1,7 @@
 <paquet
 	prefix="formidable"
 	categorie="communication"
-	version="3.39.0"
+	version="3.40.0"
 	etat="stable"
 	compatibilite="[3.0.0;3.2.*]"
 	logo="images/formidable-64.png"
diff --git a/prive/objets/infos/formulaire.html b/prive/objets/infos/formulaire.html
index 474ce7b38168509640a9873ecb4305c6a52138ff..4ad6a7dd9e2517dbb20d4dfa6f4e8743927b2c95 100644
--- a/prive/objets/infos/formulaire.html
+++ b/prive/objets/infos/formulaire.html
@@ -4,5 +4,11 @@
 
 [(#FORMULAIRE_INSTITUER_OBJET{formulaire,#ID_FORMULAIRE})]
 
+[(#CONFIG{formidable/activer_pages}|et{#STATUT|=={publie}}|oui)
+	[(#VAL{redirect}
+		|generer_url_action{type=formulaire&id=#ID_FORMULAIRE}
+		|parametre_url{var_mode,calcul}
+		|icone_horizontale{<:icone_voir_en_ligne:>,racine})]
+]
 </div>
-</BOUCLE_formulaire>
\ No newline at end of file
+</BOUCLE_formulaire>