Make
Resource and Model
Resource.Make
Resource and add a Text Field
Component into the construction area.Data
tab in the component modal, add required validation and take note of the field’s Property Name
.Model
Resource and add a Select
Component and a Text Field
Component.Select
Component under the Data
tab, set the Data Source
Type to Resource
, the Resource
dropdown to Make
Resource and Value
to Make
Resource. This name was derived from the text-field label placed on the make resource’s text field component. Lastly set the component validation to required.Text Field
Component set the field validation to required and take note of the Property Name
.Select
Components and a Text Field
Component.Select
Component will follow the exact same structure as the Make
Select Component used in the Model
Resource with the sole exception of the components Property Name
which is set to make
.Select
Component will populate its value from the Modal Resource.Model
field isn’t filtering against the Make
field at this point. Ensure ‘Refresh On’ field carries the Make
field so the Model
field will reset when a new Make
field is selected.Model
Select Component and let us address the Filter Query
which will handle the logic to remove Chevy models when viewing Audi makes. The format of the query equates the value of the Model’s Make Reference against the value of the current forms Make
Select Component.