Jump to content

Groupe radiobutton


Recommended Posts

bonjour tout le monde,

 

Je souhaite que lors de l'inscription les clients puissent choisir leurs groupes ===>

 

Vous êtes ?<br />
 <input type="radio" name="id_group" value="1" id="id_group1"  onClick="cacher();" {if isset($smarty.post.id_group) && $smarty.post.id_group == 3 }checked="checked"{/if}/> Particulier
 <input type="radio" name="id_group" value="4" id="id_group4"  onClick="afficher();" {if isset($smarty.post.id_group) && $smarty.post.id_group == 4 }checked="checked"{/if}/> Client Pro <br />
 
l'ID du groupe créé est bien 4, mais rien ne se passe.
j'utilise prestashop 1.6.0.6
 
merci pour votre aide 
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...