Embedded Trial Class Booking

Embed Influx's trial booking functionality into your website

You can embed live free trial booking functionality into your website with a few short lines of code. Ensuring you have the Influx library embedded into your site you simply need to enter the following HTML where you would like the timetable shown (as well as replacing the slug with your unique value).

<script type="text/javascript">
   Influx.trial({slug:'YOUR_SLUG_HERE'});
</script>

View a live example now