Forums Index > Mewsoft Products > Auctionawy > Account sign up
papazouzou First Post Posted on: 09-25-09 04:07 PM
Account sign up

I have translated "account sign up" in french.\ \ Now I want to open an account to see how it works but I have the following error message when form is completed :\ \ Error: Informations entrées incorrectes\ • Vous devez lire nos conditions d'utilisation et les approuver.\ (you should read our conditions and approve them)\ \ Note : I ticked the lower case : "I have read conditions et approve them".\ \ What's the problem now ?\ \ A.D
mewsoft Reply #: 1 Posted on: 09-25-09 05:28 PM
Re: Account sign up

You translated the agree form field name (name=""wink, here is your page source view:


Code: HTML
</p><p>&lt;tr&gt;&lt;td align=&quot;left&quot; colspan=&quot;2&quot; valign=&quot;top&quot; bgcolor=&quot;#DDFFEC&quot;&gt;&lt;input type=&quot;checkbox&quot; name=&quot;D&amp;#39;accord&quot; value=&quot;1&quot; &gt;  OUI, J&amp;#39;AI LU ET JE SUIS D&amp;#39;ACCORD AVEC LES CONDITIONS D&amp;#39;UTILISATION.&lt;/td&gt;&lt;/tr&gt;<br /></p><p>

name="D&#39;accord"  in the above code should be restored to its original value which is name="Agree". In general DO NOT translate any form fields names, code that looks like < input name=anything" value=anything"> 


Mewsoft Support
www.mewsoft.com