Integration of zoho campaign signup form in own website

Integration of zoho campaign signup form in own website

Dear Zoho-Team,

we want to embed the campaign signup form (see attachment) into our website.
Our website is based on jQuery 1.9.1 but as far as we can see the signup form uses jQuery 1.11.0 and a lot of additional jQuery stuff:

<link href=" https://campaigns.zoho.com/css/ui.theme.css" rel="stylesheet" type="text/css" />
<link href=" https://campaigns.zoho.com/css/ui.datepicker.css" rel="stylesheet" type="text/css" />
<link href=" https://campaigns.zoho.com/css/ui.core.css" rel="stylesheet" type="text/css" />
<script type='text/javascript' src=' https://campaigns.zoho.com/js/jquery-migrate-1.2.1.min.js'></script>
<script type="text/javascript" src=' https://campaigns.zoho.com/js/ui.datepicker.js'  charset="utf-8"></script>
<script type="text/javascript" src=" https://campaigns.zoho.com/js/jquery.form.js"></script>
<script type="text/javascript" src=" https://campaigns.zoho.com/js/optin_min.js"></script>

At the moment there are to much JS conflicts if we try to add all those JS files to our website...


Isn't there a more simple way to embbed this small form?
We don't want to change our current jQuery-Version because this would cause a lot of other troubles with the existing JS code...


best regards,
Alex