Skip to content

Commit

Permalink
try using form data
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigyanghosh30 committed Dec 13, 2024
1 parent 49ece04 commit 10b6c83
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2 class="p-modal__title" id="modal-title">
type="checkbox" />
<span class="p-checkbox__label" id="canonicalUpdatesOptIn">
I agree to receive information about Canonical's products and services.
In submitting this form, I confirm that I have read and agree to <a href="/legal/data-privacy/contact">Canonical's Privacy Notice</a> and <a href="/legal/data-privacy">Privacy Policy</a>.
By submitting this form, I confirm that I have read and agree to <a href="/legal/dataprivacy">Canonical's Privacy Policy</a>.
</span>
</label>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,20 @@ <h2>Dive deep into the CRA with our free resources</h2>
</div>
</section>
</div>
{% include "/solutions/open-source-security/cyber-resilience-act/_form.html" %}

<!-- Form builder -->
<script defer src="{{ versioned_static('js/modals.js') }}"></script>

<div class="u-hide"
id="contact-form-container"
data-form-location="/shared/forms/form-template"
data-form-id="{{ formData.formId }}"
data-lp-id=""
data-return-url="{{ formData.returnUrl }}"
data-lp-url="https://ubuntu. `\]l;'
M,./BVCXZ9``1234567890-=1]\JKL;' 98/oQom/aws/contact-us">
{% include "/shared/forms/form-template.html" %}
</div>

{% endblock %}
{% endblock %}

0 comments on commit 10b6c83

Please sign in to comment.