Skip to content

Commit

Permalink
Remove names and eail from form-data.json
Browse files Browse the repository at this point in the history
  • Loading branch information
britneywwc committed Feb 18, 2025
1 parent 75a40af commit 1d17588
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 110 deletions.
18 changes: 0 additions & 18 deletions templates/data/postgresql/form-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@
"id": "about-you",
"noCommentsFromLead": true,
"fields": [
{
"type": "text",
"id": "firstName",
"label": "First name",
"isRequired": true
},
{
"type": "text",
"id": "lastName",
"label": "Last name",
"isRequired": true
},
{
"type": "text",
"id": "company",
Expand All @@ -57,12 +45,6 @@
"label": "Job title",
"isRequired": true
},
{
"type": "email",
"id": "email",
"label": "Work email",
"isRequired": true
},
{
"type": "tel",
"id": "phone",
Expand Down
18 changes: 0 additions & 18 deletions templates/data/streaming/form-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@
"id": "about-you",
"noCommentsFromLead": true,
"fields": [
{
"type": "text",
"id": "firstName",
"label": "First name",
"isRequired": true
},
{
"type": "text",
"id": "lastName",
"label": "Last name",
"isRequired": true
},
{
"type": "text",
"id": "company",
Expand All @@ -52,12 +40,6 @@
"label": "Job title",
"isRequired": true
},
{
"type": "email",
"id": "email",
"label": "Work email",
"isRequired": true
},
{
"type": "tel",
"id": "phone",
Expand Down
18 changes: 0 additions & 18 deletions templates/embedding/form-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,6 @@
"id": "about-you",
"noCommentsFromLead": true,
"fields": [
{
"type": "text",
"id": "firstName",
"label": "First name",
"isRequired": true
},
{
"type": "text",
"id": "lastName",
"label": "Last name",
"isRequired": true
},
{
"type": "email",
"id": "email",
"label": "Email address",
"isRequired": true
},
{
"type": "tel",
"id": "phone",
Expand Down
18 changes: 0 additions & 18 deletions templates/partners/silicon/intel/form-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,18 +145,6 @@
"id": "about-you",
"noCommentsFromLead": true,
"fields": [
{
"type": "text",
"id": "firstName",
"label": "First name",
"isRequired": true
},
{
"type": "text",
"id": "lastName",
"label": "Last name",
"isRequired": true
},
{
"type": "text",
"id": "company",
Expand All @@ -169,12 +157,6 @@
"label": "Job title",
"isRequired": true
},
{
"type": "email",
"id": "email",
"label": "Work email",
"isRequired": true
},
{
"type": "tel",
"id": "phone",
Expand Down
2 changes: 1 addition & 1 deletion templates/shared/forms/form-fields.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
<div class="col">
<ul class="p-list">
{% if fieldset_id == "about-you"%}
{% if fieldset_id == "about-you" %}
<label class="is-required"
for="firstName">First name:</label>
<input required
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,9 @@
"fieldsets": [
{
"title": "Fill in this form and a member of our team will be in touch shortly.",
"id": "contact-form",
"id": "about-you",
"noCommentsFromLead": true,
"fields": [
{
"type": "text",
"label": "First name",
"id": "firstName",
"isRequired": true
},
{
"type": "text",
"label": "Last name",
"id": "lastName",
"isRequired": true
},
{
"type": "email",
"id": "email",
"label": "Email address",
"isRequired": true
},
{
"type": "tel",
"id": "phone",
Expand Down
18 changes: 0 additions & 18 deletions templates/solutions/telco/form-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,6 @@
"id": "about-you",
"noCommentsFromLead": true,
"fields": [
{
"type": "text",
"id": "firstName",
"label": "First name",
"isRequired": true
},
{
"type": "text",
"id": "lastName",
"label": "Last name",
"isRequired": true
},
{
"type": "email",
"id": "email",
"label": "Email",
"isRequired": true
},
{
"type": "country",
"id": "country",
Expand Down

0 comments on commit 1d17588

Please sign in to comment.