Captcha does not work on my page.
http://www.instytutjezykowy.pl/pl/kontakt#formularz
Despite the introduction of the correct code from the image appears "Rewrite the correct code !". The data from the form is sent. The site is in Polish. How to fix it?
http://www.instytutjezykowy.pl/pl/kontakt#formularz
Despite the introduction of the correct code from the image appears "Rewrite the correct code !". The data from the form is sent. The site is in Polish. How to fix it?
Hi sylwekb,
I'm not sure - does the form work correctly from the View Form or Test Form links in the Forms Manager?
It could be because you are using Modules Anywhere to display the form; or because the form isn't correctly set up.
Bob
I'm not sure - does the form work correctly from the View Form or Test Form links in the Forms Manager?
It could be because you are using Modules Anywhere to display the form; or because the form isn't correctly set up.
Bob
I use Modules anywhere v5.0.0, I write the code to the article <div>{module 209}</div>. Preview the form of component ChronoForms working properly. Can you help solve the problem?
Sorry still not work
Please take a look at the code
Please take a look at the code
<div class="form-group gcore-form-row" id="form-row-imie_nazwisko"><label for="imie_nazwisko" class="control-label gcore-label-left">Imię i nazwisko</label>
<div class="gcore-input gcore-display-table" id="fin-imie_nazwisko"><input name="imie_nazwisko" id="imie_nazwisko" value="" placeholder="" class="validate['required'] form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-email"><label for="email" class="control-label gcore-label-left">Email</label>
<div class="gcore-input gcore-display-table" id="fin-email"><input name="email" id="email" value="" placeholder="" class="validate['required','email'] form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-temat"><label for="temat" class="control-label gcore-label-left">Temat</label>
<div class="gcore-input gcore-display-table" id="fin-temat"><input name="temat" id="temat" value="" placeholder="" class="validate['required'] form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-tresc_wiadomosci"><label for="tresc_wiadomosci" class="control-label gcore-label-left">Treść wiadomości</label>
<div class="gcore-input gcore-display-table" id="fin-tresc_wiadomosci"><textarea name="tresc_wiadomosci" id="tresc_wiadomosci" placeholder="" rows="8" cols="60" class="validate['required'] form-control A" title="" style="" data-wysiwyg="0" data-load-state="" data-tooltip=""></textarea></div></div><div class="form-group gcore-form-row" id="form-row-telefon"><label for="telefon" class="control-label gcore-label-left">Telefon</label>
<div class="gcore-input gcore-display-table" id="fin-telefon"><input name="Telefon" id="telefon" value="" placeholder="" class="validate['required','phone'] form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-captcha"><div class="gcore-subinput-container-wide" id="fitem"><label for="captcha1" class="control-label gcore-label-left">Kod Captcha</label>
<div class="gcore-input pull-left gcore-sub-input gcore-display-table" id="fin-captcha1"><input placeholder="" size="5" class="validate['required'] form-control A" title="" style="" type="text" name="captcha" id="captcha1" /><span class="help-block">Przepisz kod z obrazka</span></div></div>
<div class="gcore-subinput-container-wide" id="fitem1"><div class="gcore-input pull-left gcore-sub-input gcore-display-table" id="fin-captcha2">{captcha_img}</div></div></div><div class="form-group gcore-form-row" id="form-row-wyslij"><div class="gcore-input gcore-display-table" id="fin-wyslij"><input name="Wyślij" id="wyslij" type="submit" value="Wyślij" class="form-control A" style="" data-load-state="" /></div></div>
This topic is locked and no more replies can be posted.