• Resolved jessychrist

    (@jessychrist)


    All fields inside [field_group] are required, but validation isn’t work.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Felipe Elia

    (@felipeelia)

    Did you already try changing the name parameters? Try to take the id: from their names and let me know how that goes ??

    Thanks!

    Thread Starter jessychrist

    (@jessychrist)

    Still no validation. Can you check the code below and tell me where I was wrong?

    [field_group pochta]
    <h3 class=”mmtk-forma-zagolovok”>Выбор стенда #<span class=”group-index”></span> и информация о мастере</h3>
    <div class=”uk-child-width-1-3@m uk-grid-medium” uk-grid>
    <div>
    <label for=”stend”>Выберите стенд:</label> [select id:stend class:uk-select “Monokultura 2х2 с бегущей строкой – от XX XXX руб.” “Monokultura 2х2 с баннером – от XX XXX руб.” “Стандарт 2х2 – от XX XXX руб.”]
    </div>
    <div>
    <label for=”naimenovanie”><span class=”uk-margin-small-right” uk-icon=”info” uk-tooltip=”title: будет указано на сайте, в печатной продукции, на стенде; pos: left”></span> Наименование участника (латиницей):</label> [text* id:naimenovanie class:uk-input placeholder “пример: Alex Kukinov”] </div>
    <div>
    <label for=”strana”>Страна:</label> [text* id:strana class:uk-input placeholder “пример: Россия”]
    </div>
    <div>
    <label for=”pochta”><span class=”uk-margin-small-right” uk-icon=”info” uk-tooltip=”title: для указания на сайте; pos: top”></span> Электронная почта:</label> [email* id:pochta class:uk-input placeholder “пример: [email protected]”]
    </div>
    <div>
    <label for=”instagram”><span class=”uk-margin-small-right” uk-icon=”info” uk-tooltip=”title: для указания на сайте; pos: top”></span> Instagram:</label> [text* id:instagram class:uk-input placeholder “пример: marinamojet”]
    </div>
    <div>
    <label for=”vkontakte”><span class=”uk-margin-small-right” uk-icon=”info” uk-tooltip=”title: для указания на сайте; pos: top”></span> VK:</label> [text* id:vkontakte class:uk-input placeholder “пример: /id24464764″]
    </div>
    <div>
    <label for=”facebook”><span class=”uk-margin-small-right” uk-icon=”info” uk-tooltip=”title: для указания на сайте; pos: top”></span> Facebook:</label> [text* id:facebook class:uk-input placeholder “пример: /MoscowTattooConvention”]
    </div>
    <div>
    <label for=”sait”><span class=”uk-margin-small-right” uk-icon=”info” uk-tooltip=”title: для указания на сайте; pos: top”></span> Сайт:</label> [text* id:sait class:uk-input placeholder “пример: monokultura.com”]
    </div>
    <div>
    <label for=”stil”>Стиль, в котором работает мастер:</label> [text* id:stil class:uk-input placeholder “пример: neotraditional”]
    </div>
    </div>

    <div class=”uk-child-width-1-1@m uk-grid-medium” uk-grid>
    <div>
    <label for=”osebe”>О себе:</label> [text* id:osebe class:uk-input placeholder “Кратко расскажите о себе” ]
    </div>
    </div>
    [/field_group]

    Plugin Author Felipe Elia

    (@felipeelia)

    Instead of
    [text* id:naimenovanie class:uk-input placeholder “пример: Alex Kukinov”]
    Try using
    [text* naimenovanie id:naimenovanie class:uk-input placeholder “пример: Alex Kukinov”]

    The first argument after the text* should be the input name. You can define its id passing another argument.

    Thread Starter jessychrist

    (@jessychrist)

    Stupid mistake on my part. Thanks for the very quick reply!
    Is it possible to thank the author with a donation?

    Plugin Author Felipe Elia

    (@felipeelia)

    Hey, I’m glad that worked!

    And I’ve just set a page which can be used to do a donation: https://felipeelia.dev/contact-form-7-repeatable-fields/

    Thanks in advance!

    Thread Starter jessychrist

    (@jessychrist)

    In Russia, we have some problems with Pay Pal. This payment system is very different from the payment systems that we use every day. I sent my account for validation. After the validation is successful, I can send a donation.

    Thanks again for the great plugin!

    Plugin Author Felipe Elia

    (@felipeelia)

    Hey, no problem and thank you very much for your help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Validation errors. Again =)’ is closed to new replies.