Add/Delete Fields

✏️ A "field" refers to a space where a question or response can be entered.
  1. Add a field:

    1. Add the desired field and write the question and description.

    2. Through the "Response Verification" setting, you can customize the response type (number, text, length, regular expression) and error message.

      • With the "Response Type," you can specify the type of response that the respondent will enter.

      • In "Response Condition," you can set the conditions for the response.

      • In "Reference Value," you can specify the specific value for the "Response Condition" using text, numbers, or regular expressions.

      • In the "Error Message," you can write a warning message that will appear if the respondent's answer does not meet the set conditions.

        📌 Here are some common response validation settings:

        1. I want to set a response to be at least 30 characters long!

          • Response Type: Length

          • Response Condition: Minimum Character Count

          • Reference Value: 30

        2. I only want to accept responses with numbers between 0 and 100 (exclusive)!

          • Response Type: Number

          • Response Condition: Range

          • Reference Value: 0 and 100

        3. I want the response to always include the word 'apple'!

          • Response Type: Text

          • Response Condition: Contains

          • Reference Value: apple

        4. 전화번호는 중간에 '-' 표시가 들어가면 좋겠어요!

          • 응답 유형 : 정규표현식

          • 응답 조건 : 포함

          • 참조값 : ^\d{3}-\d{3,4}-\d{4}$

        📌 Here are some commonly used regular expressions:

        1. Korean Name (2 to 10 characters): ^[가-힣]{1,10}$

        2. Postal Code (5 digits, Road Address): ^\d{5}$

        3. Email Address: ^[A-z0-9._-]+@[A-z0-9-]+\.[A-z]+$

        4. wuddj

          • Hyphen-separated format (e.g., 010-1111-2222) : ^\d{3}-\d{3,4}-\d{4}$

          • Dot-separated format (e.g., 010.1111.2222) : ^\d{3}.\d{3,4}.\d{4}$

          • 숫자만 입력할 경우(ex. 01011112222) : ^\d{10,11}$

        5. Birthday

          • YYYY.MM.DD : ^\d{4}.\d{2}.\d{2}$

          • YY.MM.DD : ^\d{2}.\d{2}.\d{2}$

          • YYYYMMDD : ^\d{8}$

          • YYMMDD : ^\d{6}$

      • Share your completed project by clicking the 'Publish' button.

  2. Delete a field

    1. Hover over the field you want to delete in the field list.

    2. Click […] to delete the field.

  3. Select multiple fields

    1. Hold down the 'Shift' key to select multiple fields.

    2. Click the trash icon at the top right of the field list to delete the selected fields.

    3. You can set a field as 'Required' on the right side of the project editing page.

    4. You can set 'Page Break' for a field on the right side of the project editing page.

Add/Delete Fields

✏️ A "field" refers to a space where a question or response can be entered.
  1. Add a field:

    1. Add the desired field and write the question and description.

    2. Through the "Response Verification" setting, you can customize the response type (number, text, length, regular expression) and error message.

      • With the "Response Type," you can specify the type of response that the respondent will enter.

      • In "Response Condition," you can set the conditions for the response.

      • In "Reference Value," you can specify the specific value for the "Response Condition" using text, numbers, or regular expressions.

      • In the "Error Message," you can write a warning message that will appear if the respondent's answer does not meet the set conditions.

        📌 Here are some common response validation settings:

        1. I want to set a response to be at least 30 characters long!

          • Response Type: Length

          • Response Condition: Minimum Character Count

          • Reference Value: 30

        2. I only want to accept responses with numbers between 0 and 100 (exclusive)!

          • Response Type: Number

          • Response Condition: Range

          • Reference Value: 0 and 100

        3. I want the response to always include the word 'apple'!

          • Response Type: Text

          • Response Condition: Contains

          • Reference Value: apple

        4. 전화번호는 중간에 '-' 표시가 들어가면 좋겠어요!

          • 응답 유형 : 정규표현식

          • 응답 조건 : 포함

          • 참조값 : ^\d{3}-\d{3,4}-\d{4}$

        📌 Here are some commonly used regular expressions:

        1. Korean Name (2 to 10 characters): ^[가-힣]{1,10}$

        2. Postal Code (5 digits, Road Address): ^\d{5}$

        3. Email Address: ^[A-z0-9._-]+@[A-z0-9-]+\.[A-z]+$

        4. wuddj

          • Hyphen-separated format (e.g., 010-1111-2222) : ^\d{3}-\d{3,4}-\d{4}$

          • Dot-separated format (e.g., 010.1111.2222) : ^\d{3}.\d{3,4}.\d{4}$

          • 숫자만 입력할 경우(ex. 01011112222) : ^\d{10,11}$

        5. Birthday

          • YYYY.MM.DD : ^\d{4}.\d{2}.\d{2}$

          • YY.MM.DD : ^\d{2}.\d{2}.\d{2}$

          • YYYYMMDD : ^\d{8}$

          • YYMMDD : ^\d{6}$

      • Share your completed project by clicking the 'Publish' button.

  2. Delete a field

    1. Hover over the field you want to delete in the field list.

    2. Click […] to delete the field.

  3. Select multiple fields

    1. Hold down the 'Shift' key to select multiple fields.

    2. Click the trash icon at the top right of the field list to delete the selected fields.

    3. You can set a field as 'Required' on the right side of the project editing page.

    4. You can set 'Page Break' for a field on the right side of the project editing page.

Add/Delete Fields
✏️ A "field" refers to a space where a question or response can be entered.
  1. Add a field:

    1. Add the desired field and write the question and description.

    2. Through the "Response Verification" setting, you can customize the response type (number, text, length, regular expression) and error message.

      • With the "Response Type," you can specify the type of response that the respondent will enter.

      • In "Response Condition," you can set the conditions for the response.

      • In "Reference Value," you can specify the specific value for the "Response Condition" using text, numbers, or regular expressions.

      • In the "Error Message," you can write a warning message that will appear if the respondent's answer does not meet the set conditions.

        📌 Here are some common response validation settings:

        1. I want to set a response to be at least 30 characters long!

          • Response Type: Length

          • Response Condition: Minimum Character Count

          • Reference Value: 30

        2. I only want to accept responses with numbers between 0 and 100 (exclusive)!

          • Response Type: Number

          • Response Condition: Range

          • Reference Value: 0 and 100

        3. I want the response to always include the word 'apple'!

          • Response Type: Text

          • Response Condition: Contains

          • Reference Value: apple

        4. 전화번호는 중간에 '-' 표시가 들어가면 좋겠어요!

          • 응답 유형 : 정규표현식

          • 응답 조건 : 포함

          • 참조값 : ^\d{3}-\d{3,4}-\d{4}$

        📌 Here are some commonly used regular expressions:

        1. Korean Name (2 to 10 characters): ^[가-힣]{1,10}$

        2. Postal Code (5 digits, Road Address): ^\d{5}$

        3. Email Address: ^[A-z0-9._-]+@[A-z0-9-]+\.[A-z]+$

        4. wuddj

          • Hyphen-separated format (e.g., 010-1111-2222) : ^\d{3}-\d{3,4}-\d{4}$

          • Dot-separated format (e.g., 010.1111.2222) : ^\d{3}.\d{3,4}.\d{4}$

          • 숫자만 입력할 경우(ex. 01011112222) : ^\d{10,11}$

        5. Birthday

          • YYYY.MM.DD : ^\d{4}.\d{2}.\d{2}$

          • YY.MM.DD : ^\d{2}.\d{2}.\d{2}$

          • YYYYMMDD : ^\d{8}$

          • YYMMDD : ^\d{6}$

      • Share your completed project by clicking the 'Publish' button.

  2. Delete a field

    1. Hover over the field you want to delete in the field list.

    2. Click […] to delete the field.

  3. Select multiple fields

    1. Hold down the 'Shift' key to select multiple fields.

    2. Click the trash icon at the top right of the field list to delete the selected fields.

    3. You can set a field as 'Required' on the right side of the project editing page.

    4. You can set 'Page Break' for a field on the right side of the project editing page.

Paprika Data Lab Inc.

Paprika Data Lab Inc.

Paprika Data Lab Inc.