내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Pop-Up for missing Data

Avatar

Level 1

I need help creating a pop up window that will notify people of all check boxes and drop downs they forgot to fill in on my PDF form.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

@Gotterkraft  In the case of a PDF form, you can apply a validation pattern or script to each check boxes and drop downs as per your requirement and then configure how Acrobat will display the validation error message box. I am not sure if this can be done for specific fields OOTB but you can add message box script after validating those specific fields.

But OOTB, in Designer:

  1. Select File > Form Properties and click Form Validation.

  2. Under List of Options, click Show Dialog Message.

  3. Select Configure How Acrobat Displays Validation Messages Boxes and select "Combine The Messages Of All The Failed Fields Into One Message Box"

  4. Click OK. Just make sure that the required fields are configured to be validated before changing the below Form validation options.

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

@Gotterkraft  In the case of a PDF form, you can apply a validation pattern or script to each check boxes and drop downs as per your requirement and then configure how Acrobat will display the validation error message box. I am not sure if this can be done for specific fields OOTB but you can add message box script after validating those specific fields.

But OOTB, in Designer:

  1. Select File > Form Properties and click Form Validation.

  2. Under List of Options, click Show Dialog Message.

  3. Select Configure How Acrobat Displays Validation Messages Boxes and select "Combine The Messages Of All The Failed Fields Into One Message Box"

  4. Click OK. Just make sure that the required fields are configured to be validated before changing the below Form validation options.