새 문서: <noinclude> {{#formlink:form=SurveyFeedbackForm|link text=Edit form|query string=}} </noinclude> <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": "약간...
태그: 2017 원본 편집
 
편집 요약 없음
태그: 2017 원본 편집
 
1번째 줄: 1번째 줄:
<noinclude>
<noinclude>
{{#formlink:form=SurveyFeedbackForm|link text=Edit form|query string=}}
{{#formlink:form=설문조사|link text=Edit form|query string=}}
</noinclude>
</noinclude>


6번째 줄: 6번째 줄:
{
{
     "format": "json",
     "format": "json",
     "title": "Survey Feedback Form",
     "title": "설문조사",
     "fields": [
     "fields": [
         {
         {

2024년 7월 14일 (일) 12:56 기준 최신판

Edit form


<form> {

   "format": "json",
   "title": "설문조사",
   "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>