Is there a way to merge form tools?
Sebastian Cuesta
Posts: 1
Can I assign a drop-down item, for example "glass inspection" to specific boxes, and "caulking" to other specific boxes?
0
Answers
-
If you are asking if it possible to auto-populate checkboxes based upon what is selected in a dropdown, then the answer is yes, but it involves javascript. See the attached sample. There is a document level script that would need to be tweaked for your use case:
var dropdown = this.getField("Dropdown");
dropdown.setAction("Keystroke", "processKeystroke(event)");
function processKeystroke(event) {
if (event.changeEx === "")
return;
event.rc = true;
var val = event.changeEx;
this.getField("A").value = (val === "A+C") ? "Yes" : "";
this.getField("B").value = (val === "B+D") ? "Yes" : "";
this.getField("C").value = (val === "A+C") ? "Yes" : "";
this.getField("D").value = (val === "B+D") ? "Yes" : "";
}3
Categories
- All Categories
- Certifications Overview ↗
- Bluebeam Certified Professional (BCP) ↗
- BCP User Group
- BCI User Group
- Welcome Guide
- Join the Discussion
- 3.4K Discussion Topics
- 313 Peer Support
- 565 Product Ideas & Feedback
- 2.5K Community Hub
- 11 What's New?
- Release Notes Website ↗
- Built Blog ↗
- Product Support
- 68 Bluebeam User Groups
- User Groups by Location
- United States
- Canada
- Europe
- Asia Pacific
- User Groups by Interest
- Architecture & Design
- Construction
- Engineering
- Subcontractors & Trades
- User Groups by Specialty Role
- Academic Educators
- Bluebeam Certified Instructors (BCIs)
- Bluebeam Certified Professionals (BCPs)
- Construction Owners & Owner Representatives
- Fresno State Student BUG (Fresno BUG)
- Global Bluebeam User Group Champions
- Government
- Product Ideas & Feedback