Location list on custom search form HELP!
-
Hi Guys!
Great plugin!
I’ve used the below to get a list on the search form which works great.
<label for=”search_location”><?php _e( ‘location’, ‘job_manager’ ); ?></label>
<!–<input type=”text” name=”search_location” placeholder=”<?php _e( ‘Any Location’, ‘job_manager’ ); ?> />–>
<select name=”search_location” id=”search_location”>
<option value=””><?php _e( ‘Select Location’, ‘job_manager’ ); ?></option>But i’m struggling to get the same list to link through using the below form method that I have on a separate page. Categories works but location doesn’t.
<form method=”GET” action=”YOUR_JOBS_PAGE_URL”>Please help guys thanks!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Location list on custom search form HELP!’ is closed to new replies.