Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Help with Conditionally Required Fields on Forms  (Read 6745 times)

AAKmenzAA

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 1
Help with Conditionally Required Fields on Forms
« on: October 05, 2017, 08:53:56 AM »

I am trying to make a form where certain text fields and drop down menus are conditionally required based on Radio Buttons, so that if say someone were to answer "Yes" for if they were related to a current employee, then the text field and drop down menu for that employee's name and relationship with the applicant would be required before they could submit the form/Job Application. This is a relatively simple task coding wise that works in Adobe Acrobat, and other Java coding Programs where this is already a built in feature to make form creation quicker, however in Bluebeam, you have to write the Javascript for this and I can't get any thing I've found online to work. Would anyone know enough to help out?
Logged

ohcrocsle

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: Help with Conditionally Required Fields on Forms
« Reply #1 on: March 15, 2018, 01:35:42 PM »

you would want to add an "On Blur" action to your radio group, so that when the value changes, you can check the new value and then update the properties of the related fields.
Logged