새 문서: <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...
태그: 2017 원본 편집
 
내용을 "{{#forminput:form=SurveyFeedbackForm}}"(으)로 바꿈
태그: 대체됨 2017 원본 편집
1번째 줄: 1번째 줄:
<form>
{{#forminput:form=SurveyFeedbackForm}}
{
    "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>

2024년 7월 14일 (일) 12:53 판