[Q1] how to send the full list of static choices from a dropdown input on page_1 to a corresponding dropdown on page_2 ? [Q2] How to filter displayed data in a custom state repeating list using numeric range choices from a dropdown?

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):

  1. List item

project timeline

choices:

1 week
2 weeks

11 weeks
12 weeks

  1. List item

category

choices:
Business Process Automation
Social Network
CRM & Data Analytics

  1. 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:

Easier way … current user