<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with migration]]></title><description><![CDATA[A list of topics that have been tagged with migration]]></description><link>https://bb.enter-solutions.net/tags/migration</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 22:40:56 GMT</lastBuildDate><atom:link href="https://bb.enter-solutions.net/tags/migration.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[[1.6.1.17+] Erreur à l&#x27;envoi formulaire de contact]]></title><description><![CDATA[<p dir="auto">La version 1.6.1.17 implémente un nouveau mécanisme de protection anti-spam. Ce mécanisme impose de corriger le thème <strong>après migration</strong> afin que la protection fonctionne.</p>
<p dir="auto">Pour ajuster un thème, il suffit d'ajouter 2 champs cachés dans ce dernier à l'intérieur du form:</p>
<pre><code>				&lt;input type="text" name="url" value="" class="hidden" /&gt;
				&lt;input type="hidden" name="contactKey" value="{$contactKey}" /&gt;
</code></pre>
<p dir="auto">Cela devrait donner quelque chose comme ceci au final</p>
<blockquote>
<pre><code>  	&lt;div class="submit"&gt;
  		&lt;input type="text" name="url" value="" class="hidden" /&gt;
  		&lt;input type="hidden" name="contactKey" value="{$contactKey}" /&gt;
  		&lt;button type="submit" name="submitMessage" id="submitMessage" class="button btn btn-default button-medium"&gt;&lt;span&gt;{l s='Send'}&lt;i class="icon-chevron-right right"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/button&gt;
                &lt;/div&gt;
</code></pre>
</blockquote>
<p dir="auto">Le lien vers le patch github:<br />
<a href="https://github.com/PrestaShop/PrestaShop/commit/1482acec6e91a6e694b9638d42ac69be391dd7fc" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/PrestaShop/PrestaShop/commit/1482acec6e91a6e694b9638d42ac69be391dd7fc</a></p>
]]></description><link>https://bb.enter-solutions.net/topic/1003/1-6-1-17-erreur-à-l-envoi-formulaire-de-contact</link><guid isPermaLink="true">https://bb.enter-solutions.net/topic/1003/1-6-1-17-erreur-à-l-envoi-formulaire-de-contact</guid><dc:creator><![CDATA[doekia]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>