Skip to content

Instantly share code, notes, and snippets.

@AsaiKen
Created June 6, 2019 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AsaiKen/97c36796663e1b781e497cb51d0ca61f to your computer and use it in GitHub Desktop.
Save AsaiKen/97c36796663e1b781e497cb51d0ca61f to your computer and use it in GitHub Desktop.
{
"form": {
"rect": {
"x": 15,
"y": 406,
"width": 345,
"height": 594
},
"html": "<form action=\"/contact\" method=\"post\">\n <input type=\"hidden\" name=\"csrf_token\" value=\"VAvOfMuU-8WZ4GtpLQKlevnhwTNTZHeKcwKM\">\n <div class=\"row\">\n \n\n <div class=\"col-md-6 mb-3\">\n <label for=\"first_name\">姓</label>\n <input type=\"text\" class=\"form-control\" id=\"last_name\" name=\"last_name\" value=\"\">\n </div>\n <div class=\"col-md-6 mb-3\">\n <label for=\"last_name\">名</label>\n <input type=\"text\" class=\"form-control\" id=\"first_name\" name=\"first_name\" value=\"\">\n </div>\n <div class=\"col-12 mb-3\">\n <label for=\"mail_address\">メールアドレス</label>\n <input type=\"email\" class=\"form-control\" id=\"mail_address\" name=\"mail_address\" value=\"\">\n </div>\n <div class=\"col-12 mb-3\">\n <label for=\"message\">内容</label>\n <textarea class=\"form-control\" id=\"message\" name=\"message\" rows=\"10\"></textarea>\n </div>\n \n <button type=\"submit\" class=\"btn essence-btn ml-3\">送信</button>\n </div>\n </form>"
},
"typeTexts": [
{
"index": 0,
"rect": {
"x": 15,
"y": 434,
"width": 345,
"height": 38
},
"html": "<input type=\"text\" class=\"form-control\" id=\"last_name\" name=\"last_name\" value=\"\">"
},
{
"index": 1,
"rect": {
"x": 15,
"y": 516,
"width": 345,
"height": 38
},
"html": "<input type=\"text\" class=\"form-control\" id=\"first_name\" name=\"first_name\" value=\"\">"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment