il m est impossible de supprimer la saisie du numero de telecopie pour les agences.
champ obligatoire
, une solution pour ne pas le rendre obligatoire?
chercher la ligneinc\age_maj.inc
modifier par"nom:fax ; format:tel ; req:Y ; txt:<?PHP echo html_entity_decode($txt_chp_fax); ?>; stok:frmok ; stbad:frmbad",
"nom:fax ; format:tel ; req:N ; txt:<?PHP echo html_entity_decode($txt_chp_fax); ?>; stok:frmok ; stbad:frmbad",
et supprimer la ligne juste en dessous qui est<input name="fax" type="text" id="fax" value="<?PHP echo $age_fax ?>" size="20" maxlength="20">
<img src="../img/oblig.png" align="absmiddle" alt="<?PHP echo $alt_chp_oblig; ?>">
<td>
<input name="fax" type="text" id="fax" value="<?PHP echo $age_fax ?>" size="20" maxlength="20"><br>
<input name="txtfax" type="text" id="txtfax" value="<?PHP echo htmlspecialchars($age_txtfax) ?>" size="100">
</td>