Nieuw lid |
|
Ik heb dit script gevonden: Form Dependency Manager
en probeer het toe te passen op mijn eigen formulier, maar dat lukt nog niet zo.
Ik wil graag dat als mensen de checkbox "andere supplement(en)" aanvinken er ", namelijk:" en een tekstveld tevoorschijn komt. Als ze dit tekstveld invullen moet er nog een tekstveld komen en als deze ingevuld wordt nog 1.
Ik had dit gemaakt, maar het werkt niet. Alleen het derde veld blijft verborgen tot de tweede ingevuld wordt.
FORM METHOD="post" ACTION="http://www.hallobordercollies.nl/formtest.php" name="betaglucanen">
<label><INPUT TYPE="checkbox" NAME="andersupplement" VALUE="anderesupplementen">Andere supplementen</label>
<label>, namelijk:<input type="hidden" class="CONFLICTS WITH andersupplement BEING EMPTY"></label><br>
<label>1. <INPUT TYPE="text" NAME="welksupplement1" SIZE="20" class="CONFLICTS WITH andersupplement BEING EMPTY"></label><br>
<label>2. <INPUT TYPE="text" NAME="welksupplement2" SIZE="20" class="CONFLICTS WITH andersupplement BEING EMPTY AND CONFLICTS
WITH welksupplement1 BEING EMPTY"></label><br>
<label>3. <INPUT TYPE="text" NAME="welksupplement3" SIZE="20" class="CONFLICTS WITH andersupplement BEING EMPTY AND CONFLICTS
WITH welksupplement1 BEING EMPTY AND CONFLICTS WITH welksupplement2 BEING EMPTY"></label>
FORM METHOD="post" ACTION="http://www.hallobordercollies.nl/formtest.php" name="betaglucanen">
<label><INPUT TYPE="checkbox" NAME="andersupplement" VALUE="anderesupplementen">Andere supplementen</label>
<label>, namelijk:<input type="hidden" class="CONFLICTS WITH andersupplement BEING EMPTY"></label><br>
<label>1. <INPUT TYPE="text" NAME="welksupplement1" SIZE="20" class="CONFLICTS WITH andersupplement BEING EMPTY"></label><br>
<label>2. <INPUT TYPE="text" NAME="welksupplement2" SIZE="20" class="CONFLICTS WITH andersupplement BEING EMPTY AND CONFLICTS
WITH welksupplement1 BEING EMPTY"></label><br>
<label>3. <INPUT TYPE="text" NAME="welksupplement3" SIZE="20" class="CONFLICTS WITH andersupplement BEING EMPTY AND CONFLICTS
WITH welksupplement1 BEING EMPTY AND CONFLICTS WITH welksupplement2 BEING EMPTY"></label>
Waarom werkt het niet?
|