- Recruiting Questions and Answers
 - How do I write defaulting and validation rules for the create and edit offer flows in Redwood?
 
How do I write defaulting and validation rules for the create and edit offer flows in Redwood?
- Navigate to the Redwood Job Offers list page.
 - Right click the page then click Inspect to open the developer tool window.
 - Click the Edit Offer action of a job offer from the Job Offers list page.
 - 
                In the developer tool, click the Network tab and type
                        
Createorupdatein the search tool to find the Rest call. - Note the submission ID from the Response tab.
 - Select the Edit Visual Builder Studio task in the Settings and Actions menu.
 - 
                Select a project or create a new one. 
                Visual Builder Studio opens and you land on the Activity Center screen by default.
 - Go to the top left menu and search for the Create or Edit Job Offer page.
 - Click the arrow next to the Live button to open the Set Page Properties panel.
 - Enter the submission ID you noted earlier and click OK.
 - The Create or Edit Job Offer page is displayed. Click the Configure Fields and Regions button to write business rules to show or hide fields and sections.