폼 템플릿 소개

폼 템플릿은 정말 훌륭합니다!

추가 정보나 팁 등을 추가할 수 있을까요?

예를 들어, 섹션별로 그룹화하거나 제목을 추가할 수 있으면 좋겠습니다. 예시:

# My details

- type: input
  id: name
  attributes:
    label: "My first name"
    placeholder: "Please enter your first name here"
  validations:
    required: true

- type: input
  id: surname
  attributes:
    label: "My surname"
    placeholder: "Please enter your surname here"
  validations:
    required: true

# Company details

- type: input
  id: name
  attributes:
    label: "My company name"
    placeholder: "Company name"
  validations:
    required: true

...etc

폼을 사용하여 제목을 구성할 수도 있으면 좋겠습니다.

최종 스레드에 표시되지 않는 메모를 추가할 수 있는 기능도 있으면 좋겠습니다. 예를 들어:


**Please note all threads in this section are reviewed before being made live.** 

- Please do not post the same thread more than once.
- This section is for ____ only.
- Please post in English.
- If possible please come back and post a note in the thread to let us know when...
- etc

수정: 스레드에 함께 유지되는 메모도 있으면 좋겠습니다.

1개의 좋아요