:설문조사

Admin (토론 | 기여)님의 2024년 7월 14일 (일) 12:49 판 (새 문서: <form> { "format": "json", "title": "Survey Feedback Form", "fields": [ { "type": "radio", "name": "Favorite color", "label": "What is your favorite color?", "values": ["Red", "Blue", "Green", "Yellow"] }, { "type": "textarea", "name": "Feedback", "label": "이용 중 불편한 점을 적어주세요:" } ], "actions": [ { "ty...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

<form> {

   "format": "json",
   "title": "Survey Feedback Form",
   "fields": [
       {
           "type": "radio",
           "name": "Favorite color",
           "label": "What is your favorite color?",
           "values": ["Red", "Blue", "Green", "Yellow"]
       },
       {
           "type": "textarea",
           "name": "Feedback",
           "label": "이용 중 불편한 점을 적어주세요:"
       }
   ],
   "actions": [
       {
           "type": "submit",
           "label": "제출"
       }
   ]

} </form>