You are viewing limited content. For full access, please sign in.

Question

Question

Is it possible to Require the Comments Box if a Approver Selects Reject?

asked on March 23, 2016 Show version history

Is it possible to Require the Comments Box if a Approver Selects Reject?

1 0
You are not allowed to reply in this post.

Discussion 1

posted on March 23, 2016

I was able to require the comments section. 

We are using a checkbox to hide the rejection button.

Once the checkbox is selected, I show the reject button and require the comments box. 

  $('#comments').append('<span class="cf-required">*</span>');
  $('#comments').attr('required', 'required');

 

0 0

Sign in to reply to this post.