Terms and Conditions Example


An example of terms and conditions being set in TutorCruncher socket
<div id="socket-enquiry"></div>

<!-- If you haven't called it before -->
<script src="https://cdn.tutorcruncher.com/socket/latest/socket.js"></script>

<!-- Then -->
<script>
  socket('9c79f14df986a1ec693c', {
    router_mode: 'history',
    element: '#socket-enquiry',
    mode: 'enquiry'
    terms_link: 'https://tutorcruncher.com/terms/'
  });
</script>