Skip to content

Commit 634d1f9

Browse files
committed
working on form
1 parent 0d27c86 commit 634d1f9

File tree

17 files changed

+522
-90
lines changed

17 files changed

+522
-90
lines changed

README copy.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
key: 1,
4+
name: "Website Design and Development",
5+
description: "This service includes creating a visually appealing and user-friendly design for a website, as well as the development and coding of the site to ensure it functions properly.",
6+
price: "Varies",
7+
link: "https://example.com/website-design-development"
8+
},
9+
{
10+
key: 2,
11+
name" "E-commerce Solutions",
12+
description: "This service includes creating an online store for a business, complete with a shopping cart, payment gateway integration, and inventory management.",
13+
price: "Varies",
14+
link: "https://example.com/e-commerce-solutions"
15+
},
16+
{
17+
key: 3,
18+
name: "Content Management Systems (CMS)",
19+
description: "This service includes setting up and customizing a CMS like WordPress, Joomla, or Drupal, as well as training clients on how to use and update the CMS.",
20+
price: "Varies",
21+
link: "https://example.com/content-management-systems"
22+
},
23+
{
24+
key: 4,
25+
name: "Search Engine Optimization (SEO)",
26+
description: "This service includes optimizing a website to rank higher in search engine results, as well as providing ongoing SEO services to improve a site's visibility and traffic.",
27+
price: "Varies",
28+
link: "https://example.com/search-engine-optimization"
29+
},
30+
{
31+
key: 5,
32+
name: "Web Hosting and Maintenance",
33+
description: "This service includes setting up and managing a website's hosting, as well as providing ongoing maintenance and updates to keep the site running smoothly.",
34+
price: "Varies",
35+
link: "https://example.com/web-hosting-maintenance"
36+
}
37+
]

formspree.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
{
22
"forms": {
33
"contact": {
4-
"name": "Contact Form",
4+
"name": "Clients Spreadsheet",
55
"fields": {
66
"name": { "type": "name", "required": true },
77
"email": { "type": "email", "required": true },
88
"message": { "type": "text", "required": true }
99
},
1010
"actions": [
11-
{ "type": "email", "to": "jon@jonchristie.net" }
11+
{ "type": "email", "to": "jon@jonchristie.net" },
12+
{
13+
"app": "googlesheets",
14+
"privateKey": "b3fa02a7218117d7c3f83051b034efcc58c21646",
15+
"serviceAccount": "formspree@fbclone-f66d7.iam.gserviceaccount.com",
16+
"type": "sendToSpreadsheet",
17+
"sendInvitationTo": "jon@jonchristie.net"
18+
}
1219
]
1320
}
1421
}
15-
}
22+
}

0 commit comments

Comments
 (0)