Russian TYPO3 community

Russian TYPO3 community (http://forum.typo3.ru/index.php)
-   Общие вопросы (http://forum.typo3.ru/forumdisplay.php?f=12)
-   -   Помогите настроить captcha на formhandler (http://forum.typo3.ru/showthread.php?t=11471)

atrox 03.10.2014 17:44

Помогите настроить captcha на formhandler
 
Доброго времени суток уважаемые гуру
я новичек, скорее вообще) в typo3 только мелкие правки делал
попросили установить капчу, а то спама лезет тонна
я скачал captcha_1.2.1 от сюда http://typo3.org/extensions/repository/view/captcha и установил, а дальше как и куда копать даже не знаю
помогите пожалуйста, срочно надо
версия typo 6.1.5
спасибо всем заранее за помощь
Вот пример формы которая стоит сейчас на сайте,

Код HTML:

    <div id="formhandler_contact_form">
            <form class="form-horizontal popup-form" name="formular" id="mailform" method="post" action="###REL_URL###" enctype="multipart/form-data">
              <fieldset>
                <input type="hidden" name="formhandler[submitted]" value="1" />
                     
                <div class="form-group">
                  ###error_firstname###
                  <label class="col-sm-3" for="firstname">###LLL:firstname### ###required_firstname###</label>
                  <div class="col-sm-9">
                    <input class="form-control" type="text" name="formhandler[firstname]" id="firstname" value="###value_firstname###"/>
                  </div> 
                </div>

                <div class="form-group">
                  ###error_phone###
                  <label class="col-sm-3" for="email">###LLL:phone### ###required_phone###</label>
                  <div class="col-sm-9">
                    <input class="form-control" type="text" name="formhandler[phone]" id="phone" value="###value_error_phone###"/>
                  </div>
                </div>
             
       
                <div class="form-group">
                  <p>###LLL:required_fields###</p>
                  <input class="btn btn-warning"  id="formsubmit" type="submit" value="###LLL:submit###" ###submit_nextStep###/>
                </div>
              </fieldset>
            </form>
          </div>


Manas 05.10.2014 21:25

Вот здесь внятные примеры, скачивайте и смотрите http://examples.typo3-formhandler.com/start/ Капча подключается через TS в самом formhadler'е


Часовой пояс GMT +4, время: 13:46.

Работает на vBulletin® версия 3.8.1.
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Перевод: zCarot