Populate one field based on other field value selection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 10:25 PM
Hi ,
use case:-
1-i have two fields name Department and teams.
2-Now i want to populate department automatically on based of team selection.
for eg :-if i select team as football, basketball or throwball, department should be automatically populated as sports.(note:for many teams there is just one department)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 10:33 PM
@hifza chhipa
1. if the department is part of team info . you can use dot-walk.
when the teams field is selected ,the department of the team will be populated .
2. use client script .
when the teams field changes , fetch the department infomation and populate the department field.
refer this !