Hi,
Currently working on Multi Layer Filters.
Q1.
After creating a list of ‘job posts’ via inputs on page_1 ( ‘create_a_job_post’ ) , how to send the full list of static choices from 3x dropdown inputs on page_1 to 3x corresponding dropdown inputs on page_2 (‘display_and_filter_job_list’ )?
3 dropdown inputs (all with static choices):
- List item
project timeline
choices:
1 week
2 weeks
…
11 weeks
12 weeks
- List item
category
choices:
Business Process Automation
Social Network
CRM & Data Analytics
- List item
client budget range
$500 ~ $1000
$1000 - $2000
$2000 - $4000
$4000 - $5000
$5000 - $10000
$10000+
Q2.
How to use a list of numeric range choices (‘client budget range’) in a dropdown input to **filter displayed data ** from a custom state repeating list displaying the ‘job posts’?
List of 7 screenshots below: