Hi
In my template I have had this line :
echo str_replace( 'class="cb_form"', 'class="cb_form box style"', $this->regFormTag ); }
to add a class to the registration form but do you know if I can do the same for the edit profil view.
I would prefer not to touch the compofiler.html.php file by simply adding my class to this line :
<form action="<?php echo cbSef("index.php?option=$option".getCBprofileItemid(true)); ?>" method="post" id="cbcheckedadminForm" name="adminForm" enctype="multipart/form-data" class="cb_form" autocomplete="off">
and add this function in the template file if this is possible ?
Thanks
Vanessa