Как добавить к кнопке сайтофон(обратный звонок)?

сделал вот так

Прописал в хэдере

<script>
    function Comagic.addOfflineRequest({name: $('[name = name]').val(), email: $('[name = email]').val(), phone: $('[name = phone]').val(), message: $('[name = message]').val()});
    var obj = {
  name: 'text',
  email: 'text', 
  phone: 'text',
  message: 'text'
};
</script>

и добавил к диву где кнопка

<div class="my_button_form" onclick="Comagic.addOfflineRequest(obj)">

Но в comagic ничего не приходит Что не так сделал помогите


Ответы (0 шт):