Как сделать галочку с политикой сайта под кнопкой формы в Tilda
Recent Blog
Multi Author Blog Post
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed varius ultricies metus. Donec ac ex porta libero venenatis sodales.
/ Read More
A Simple Image Post
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed varius ultricies metus. Donec ac ex porta libero venenatis sodales.
/ Read More
Keep In Touch
12 Feb
17 Feb

Как сделать галочку с политикой сайта под кнопкой формы в Tilda

1
Создали Zero блок и создали в нём форму
2
Добавили в ней поле Checkbox с нужным текстом
3
Добавляем код в блок Другое - Т123
Библиотека для примера

<style>
.t-form__inputsbox {
    display: flex;
    flex-wrap: wrap;
}
.t-input-group_cb {
    order: 1;
    margin-top: 20px;
}
.t-input-group_cb .t-checkbox__labeltext div {
    font-size: 8px !important;
    font-weight: 300;
}
.t-input-group {
    width: 100%;
}
.t-input-title , .t-input-subtitle {
    height: auto;
}
</style>
Made on
Tilda