Bonjour à tous,
Voila mon soucis, uniquement de présentation.
<form action="mailto:...?subject=...&cc=..." method="POST">
<label for="first_name"><?php echo $idforms['prenom']; ?>:</label><input id="first_name" maxlength="40" name="first_name" size="20" type="text" />
<label for="last_name"><?php echo $idforms['nom']; ?>:</label><input id="last_name" maxlength="80" name="last_name" size="20" type="text" />
<label for="title"><?php echo $idforms['statut']; ?>:</label><input id="title" maxlength="40" name="title" size="20" type="text" />
<label for="company">School/Company:</label><input id="company" maxlength="40" name="company" size="20" type="text" />
<label for="">Grade Level:</label><select title="EMEA_level_fr"><option value=""></option><option value="Primaire">Primary</option>
<option value="Secondaire">Secondary</option>
<option value="Supérieur">Higher Education</option>
</select>
<label for="email"><?php echo $idforms['mail']; ?>:</label><input id="email" maxlength="80" name="email" size="20" type="text" />
<label for="street"><?php echo $idforms['adresse']; ?>:</label><textarea name="street"></textarea>
<label for="city"><?php echo $idforms['ville']; ?>:</label><input id="city" maxlength="40" name="city" size="20" type="text" />
<label for="zip"><?php echo $idforms['zip']; ?>:</label><input id="zip" maxlength="20" name="zip" size="20" type="text" />
...
...
<input type="image" src="../../images/sub/submit.png" class="submit" />
</form>
le formulaire marche bien, mais voila le résultat horrible (ci-joint).
Comment puis-je y remédier ?
Merci pour tout !
Voila mon soucis, uniquement de présentation.
<form action="mailto:...?subject=...&cc=..." method="POST">
<label for="first_name"><?php echo $idforms['prenom']; ?>:</label><input id="first_name" maxlength="40" name="first_name" size="20" type="text" />
<label for="last_name"><?php echo $idforms['nom']; ?>:</label><input id="last_name" maxlength="80" name="last_name" size="20" type="text" />
<label for="title"><?php echo $idforms['statut']; ?>:</label><input id="title" maxlength="40" name="title" size="20" type="text" />
<label for="company">School/Company:</label><input id="company" maxlength="40" name="company" size="20" type="text" />
<label for="">Grade Level:</label><select title="EMEA_level_fr"><option value=""></option><option value="Primaire">Primary</option>
<option value="Secondaire">Secondary</option>
<option value="Supérieur">Higher Education</option>
</select>
<label for="email"><?php echo $idforms['mail']; ?>:</label><input id="email" maxlength="80" name="email" size="20" type="text" />
<label for="street"><?php echo $idforms['adresse']; ?>:</label><textarea name="street"></textarea>
<label for="city"><?php echo $idforms['ville']; ?>:</label><input id="city" maxlength="40" name="city" size="20" type="text" />
<label for="zip"><?php echo $idforms['zip']; ?>:</label><input id="zip" maxlength="20" name="zip" size="20" type="text" />
...
...
<input type="image" src="../../images/sub/submit.png" class="submit" />
</form>
le formulaire marche bien, mais voila le résultat horrible (ci-joint).
Comment puis-je y remédier ?
Merci pour tout !