Skip to content

Commit 11a3487

Browse files
lucasLucas
lucas
authored and
Lucas
committed
create: contact form
1 parent c95bd34 commit 11a3487

File tree

5 files changed

+1059
-0
lines changed

5 files changed

+1059
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"data": {
3+
"type": "card",
4+
"attributes": {
5+
"title": "Application of Job",
6+
"name": {
7+
"salutation": "Mr.",
8+
"firstName": "Law",
9+
"lastName": "Yung xxx"
10+
},
11+
"email": "lorem@gmail.com",
12+
"phone": "0103819999",
13+
"fax": "+609092312",
14+
"department": "IT",
15+
"addressInfo": {
16+
"address": "1 Chome-3-8 Hashiba Higashinocho",
17+
"zip": "570-0031",
18+
"city": "Moriguchi",
19+
"state": "Ōsaka Prefecture",
20+
"country": "Japan",
21+
"countryCode": "JP",
22+
"stateCode": "27"
23+
},
24+
"description": null,
25+
"thumbnailURL": null
26+
},
27+
"meta": {
28+
"adoptsFrom": {
29+
"module": "../contact-form",
30+
"name": "ContactForm"
31+
}
32+
}
33+
}
34+
}

0 commit comments

Comments
 (0)