<p>src="https://api.discoverchildcare.co.nz/bundles/enquirywidgetV2?v=2"></scri pt> <!-- A link to a google maps. Often sites will have this already, e.g. something like the below. DON'T USE OUR CODE. If you do it may be switched off or changed at any time --> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true&librarie s=places&key=AIzaSyAwIpAZbeIZJArddCbf5LiWXYAZYlN1iyA"></script> <!-- Widget Placement --> <div id="formWidget"></div> <!-- Widget Code Starts--> <script type='text/javascript'> EnquiryWidgetWrapper = new function () { this.LoadEnquiryWidget = function () { $.ajax({ url: 'https://api.discoverchildcare.co.nz/api/Enquiry?t=YOUR-API-KEY-GOES-HERE&version=3', success: function (data) { $('#formWidget').html(data); }, error: function (xhr, ajaxOptions, thrownError) { $('#formWidget').html("Sorry, our web enquiries form is unavailable at this time please check again shortly. There was an error of type " + xhr.status + " while loading web page. You can click <a href='#' onclick='EnquiryWidgetWrapper.LoadEnquiryWidget()'>here</a> to try again"); } }); }; }; EnquiryWidgetWrapper.LoadEnquiryWidget(); </script> <!--Widget Code Ends--></p>