Skip to content

Commit

Permalink
Removed unnecessary fields
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-ali-pk committed Jan 14, 2025
1 parent a04a692 commit bafe741
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion templates/embedding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ <h2>Embedding support</h2>
<div class="row">
<div class="col-start-large-8">
<a href="/support" class="p-button" aria-label="Get support for your full open source stack">Get support</a>
<span>For more information <a href="/embedding/faqs" aria-label="check out out embedding FAQs">check our FAQs</a></span>
<span>For more information <a href="/embedding/faqs" aria-label="check out our embedding FAQs">check our FAQs</a></span>
</div>
</div>
</div>
Expand Down
10 changes: 0 additions & 10 deletions templates/shared/forms/interactive/embedding.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@ <h1 id="modal-title">Let's get in touch</h1>
<label class="is-required" for="lastName">Last name:</label>
<input required id="lastName" name="lastName" maxlength="255" type="text" />
</li>
<li class="p-list__item">
<label for="company">Company:</label>
<input id="company" name="company" maxlength="255" type="text" />
</li>
<li class="p-list__item">
<label for="title">Job title:</label>
<input id="title" name="title" maxlength="255" type="text" />
</li>
<li class="p-list__item">
<label class="is-required" for="email">Email address:</label>
<input required
Expand All @@ -103,8 +95,6 @@ <h1 id="modal-title">Let's get in touch</h1>
<label class="is-required" for="phone">Mobile/cell phone number:</label>
<input required id="phone" name="phone" maxlength="255" type="tel" />
</li>
<!-- country -->
{% include "shared/forms/_country.html" %}
</ul>
<ul class="p-list">
<li class="p-list__item">
Expand Down

0 comments on commit bafe741

Please sign in to comment.