hello,
I have a problem with chronoforms. I've made a form, but either the radiobuttons either the dropdownlist work appropriate. For example, i created a radiobutton with 4 options. After saving, there is just one option (the first one) left. Anybody who can help? I've add the code of the form.. Creating a new form, nothing works..
Thanks very much!
I have a problem with chronoforms. I've made a form, but either the radiobuttons either the dropdownlist work appropriate. For example, i created a radiobutton with 4 options. After saving, there is just one option (the first one) left. Anybody who can help? I've add the code of the form.. Creating a new form, nothing works..
Thanks very much!
<div class="form_item">
<div class="form_element cf_heading">
<h2 class="cf_text">Online oliebollen bestellen</h2>
</div>
<div class="clear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label">Naam:</label>
<input class="cf_inputbox required" maxlength="150" size="30" id="text_1" name="naam" type="text" />
</div>
<div class="clear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label">Email adres:</label>
<input class="cf_inputbox required validate-email" maxlength="150" size="30" id="text_2" name="mail" type="text" />
</div>
<div class="clear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label">Telefoon nummer:</label>
<input class="cf_inputbox required validate-number" maxlength="150" size="30" id="text_4" name="telefoon" type="text" />
</div>
<div class="clear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label">Aflever adres:</label>
<input class="cf_inputbox required" maxlength="150" size="30" id="text_3" name="afleveradres" type="text" />
<a class="tooltiplink" onclick="return false;"><img height="16" border="0" width="16" class="tooltipimg" src="components/com_chronocontact/css/images/tooltip.png"/></a>
<div class="tooltipdiv">Aflever adres: :: Levering geschiedt alleen in Amby!</div>
</div>
<div class="clear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label">Gewenste aantal zakken:</label>
<input class="cf_inputbox required validate-number" maxlength="150" size="30" id="text_5" name="aantal" type="text" />
<a class="tooltiplink" onclick="return false;"><img height="16" border="0" width="16" class="tooltipimg" src="components/com_chronocontact/css/images/tooltip.png"/></a>
<div class="tooltipdiv">Gewenste aantal zakken: :: 7 oliebollen per zak</div>
</div>
<div class="clear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_radiobutton">
<label class="cf_label">Gewenste levertijd:</label>
<div class="float_left">
<input value="10.00 uur - 11.30 uur
" class="radio radio validate-one-required" id="10.00_uur_-_11.30_uur
" name="radio0" type="radio" />
<label for="10.00_uur_-_11.30_uur
" class="radio_label">10.00 uur - 11.30 uur
</label>
<br />
</div>
</div>
<div class="clear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_checkbox">
<label class="cf_label">Ik ga akkoord met de levervoorwaarden:</label>
<div class="float_left">
<input value="Ja" class="radio radio radio radio radio radio validate-one-required" id="Ja" name="check0[]" type="checkbox" />
<label for="Ja" class="check_label">Ja</label>
<br />
</div>
</div>
<div class="clear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_button">
<input value="Bestellen!" type="submit" />
</div>
<div class="clear"> </div>
</div>
Hi stan86,
This is a known bug using the wizard in IE. Max is working on a fix, meanwhile the workaround is to use a different browser to create and edit your forms.
Bob
This is a known bug using the wizard in IE. Max is working on a fix, meanwhile the workaround is to use a different browser to create and edit your forms.
Bob
This topic is locked and no more replies can be posted.