My contactform is not validating with the required fields. it only gives a system error message on email field, rest of fields not.
Anybody an idee of the problem?
Thank you!
Anybody an idee of the problem?
Thank you!
<form name="ChronoContact_contactformulierPPI" id="ChronoContact_contactformulierPPI" method="post" action="index.php?option=com_chronocontact&task=send&chronoformname=contactformulierPPI&Itemid=29">
<div class="form_item">
<div class="form_element cf_radiobutton">
<label class="cf_label" style="width: 150px;">Aanhef</label>
<div class="float_left">
<input value="De heer" title="verplicht!" class="radio validate-one-required" id="radio00" name="radio0" type="radio">
<label for="radio00" class="radio_label">De heer</label>
<br>
<input value="Mevrouw" title="verplicht!" class="radio validate-one-required" id="radio01" name="radio0" type="radio">
<label for="radio01" class="radio_label">Mevrouw</label>
<br>
</div>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Voornaam</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="Verplicht!" id="text_2" name="Voornaam" type="text">
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Achternaam</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="Verplicht!" id="text_3" name="Achternaam" type="text">
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Organisatie</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_4" name="Organisatie" type="text">
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Functie</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_5" name="Functie" type="text">
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Adres</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="Verplicht!" id="text_6" name="Adres" type="text">
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Postcode</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="Verplicht!" id="text_7" name="Postcode" type="text">
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Plaats</label>
<input class="cf_inputbox required" maxlength="150" size="30" title="Verplicht!" id="text_8" name="Plaats" type="text">
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Telefoonnummer</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_9" name="Telefoonnummer" type="text">
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">E-mailadres</label>
<input class="cf_inputbox required validate-email" maxlength="150" size="30" title="Verplicht!" id="text_10" name="Email" type="text">
</div>
<div class="cfclear"> </div>
</div>
<input value="" id="hidden_11" name="hidden_11" type="hidden">
<div class="form_item">
<div class="form_element cf_checkbox">
<label class="cf_label" style="width: 150px;"></label>
<div class="float_left">
<input value="Ik wil een brochure aanvragen" title="" class="radio" id="check10" name="check1[]" type="checkbox">
<label for="check10" class="check_label">Ik wil een brochure aanvragen</label>
<br>
<input value="Neem contact met mij op" title="" class="radio" id="check11" name="check1[]" type="checkbox">
<label for="check11" class="check_label">Neem contact met mij op</label>
<br>
<input value="Ik heb een vraag of opmerking:" title="" class="radio" id="check12" name="check1[]" type="checkbox">
<label for="check12" class="check_label">Ik heb een vraag of opmerking:</label>
<br>
</div>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textarea">
<label class="cf_label" style="width: 150px;"></label>
<textarea class="cf_inputbox" rows="10" id="text_14" title="" cols="40" name="tekstvak"></textarea>
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_button">
<input value="Verzenden" name="button_14" id="submit" type="submit">
</div>
<div class="cfclear"> </div>
</div>
<input name="e0ba4920bc09f03b9aca912ea9fc2fff" value="1" type="hidden">
<input name="1cf1" value="654ff590b5269520cd03b2406f7a67d8" type="hidden">
</form>
Hi Mgringo,
It works OK here. Maybe there's a conflict with something else on the site.
Bob
Hi Mgringo,
It works OK here. Maybe there's a conflict with something else on the site.
Bob
Hi Mgringo,
Looks like you have an Email setup that isn't fully configured.
Bob
jQuery.noConflict();
This will free the $ operator which is used by MooTools, so you may need to update your own javascripts to use the longer jQuery operator.Hi Mgringo,
Your template (or some other component) is loading the jQuery JavaScript library. Out of the box jQuery isn't compatible with the MooTools library used by Joomla! and ChronoForms. You can use jQuery with MooTools in no-conflict mode. There are various ways of doing this. The simplest is to add a line of script in the ChronoForms Form JavaScript box:
jQuery.noConflict();
This will free the $ operator which is used by MooTools, so you may need to update your own javascripts to use the longer jQuery operator.