Our goal is to deliver value to our client through high quality services
  • Quality
    We are the leading firm by delivering quality and value to our clients.
  • Experience
    All our professionals have more than 5 years of legal experiences.
  • Support
    Our managers are always ready to answer your questions. You can call us at the weekends and at night.
  • Presents
    We like to make people happy. We ask our clients about their birthday and prepare cool presents.
  • Flexibility
    This method lets us to get success in problems of all levels.
  • Efficiency
    We take care about our clients time. Just call us — and we will help you with all the questions.

Форма выполняет действия в зависимости от ответов для Tilda

Мы привыкли, что форма при отправке данных переходит на другую страницу или просто говорит "Спасибо!"
А что если нам необходимо что-нибудь ещё??

В данном примере форма BF502N управляет эффектами для каждого преимущества в блоке FR204.
Вы можете составить другие события.

Код вставляется в блок ДРУГОЕ►T123




<script type="text/javascript">
/*Блок принятия решений*/

$(document).ready(function(){
    window.mySuccessFunction= function($form){
        
        
       //Скрываем лишние элементы после отправки
       $(".t-form__inputsbox , .t702__form-bottom-text").css("display" , "none");
       
       //Получаем значение выпадающего списка
       var  stroka = $(".t-select").val();
       //Получаем значение переключателя
       var  storona =$("input[type='radio']:checked").val();
       
    
     
       //Условия для выбора 
       if (stroka=="Первая" && storona=="Слева"){$(".t497__item:eq(0)").addClass("metka")};
       if (stroka=="Первая" && storona=="Справа"){$(".t497__item:eq(1)").addClass("metka")};
       if (stroka=="Вторая" && storona=="Слева"){$(".t497__item:eq(2)").addClass("metka")};
       if (stroka=="Вторая" && storona=="Справа"){$(".t497__item:eq(3)").addClass("metka")};
       if (stroka=="Третья" && storona=="Слева"){$(".t497__item:eq(4)").addClass("metka")};
       if (stroka=="Третья" && storona=="Справа"){$(".t497__item:eq(5)").addClass("metka")};
        
    }
   
    $('.js-form-proccess').each(function(){
        $(this).data('success-callback', 'window.mySuccessFunction');
    });
});
</script>
Made on
Tilda