Gustavo Luigi 2022-09-01 22:48:19 +02:00
parent 01a87d0a57
commit 37057a3731
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
</p> </p>
</div> </div>



<div class="col-12" style="min-height:800px; "> <div class="col-12" style="min-height:800px; ">




@ -51,7 +51,7 @@
Calendly.initInlineWidget({ Calendly.initInlineWidget({
url: 'https://calendly.com/areya/beratung-solar?hide_gdpr_banner=1', url: 'https://calendly.com/areya/beratung-solar?hide_gdpr_banner=1',
prefill: { prefill: {
name: "{{session()->get('entry')->fields['name']}}", name: "{{session()->get('entry')['vorname']}}",
email: "john@doe2.com" email: "john@doe2.com"
} }