Jump to content

Problème avec un JavaScript


Recommended Posts

Bonjour,

Je dois placer un JavaScript dans ma page (intégration de hubspot form), celui-ci se lance très bien mais va se positionner en bas de mon HTML au lieu de rester dans mon DIV. Avez-vous une idée ?
page en question: https://zenetpur.com/nous-contacter

merci d'avance,

{capture name=path}{l s='Contact'}{/capture}
<h1 class="page-heading bottom-indent">
	{* l s='Customer service'} - {if isset($customerThread) && $customerThread}{l s='Your reply'}{else}{l s='Contact us'}{/if *}
	{l s='Nous contacter'}
</h1>

<div>
Notre service clientèle est à votre entière disposition pour toute question via le formulaire de contact ci-dessous, par mail à [email protected] ou par téléphone au +33 (0)1 71 79 12 96 du lundi au vendredi de 9h à 16h.


{literal}
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/shell.js"></script>
<script>
  hbspt.forms.create({
	portalId: "5918571",
	formId: "18501dda-33e7-40c8-8ffb-506669197bb2"});
</script>
{/literal}

</div>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...