Title: dotted's Replies | WordPress.org

---

# dotted

  [  ](https://wordpress.org/support/users/dotted/)

 *   [Profile](https://wordpress.org/support/users/dotted/)
 *   [Topics Started](https://wordpress.org/support/users/dotted/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dotted/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dotted/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dotted/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dotted/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dotted/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Job submission form : empty option for select](https://wordpress.org/support/topic/job-submission-form-empty-option-for-select/)
 *  Thread Starter [dotted](https://wordpress.org/support/users/dotted/)
 * (@dotted)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/job-submission-form-empty-option-for-select/#post-9195788)
 * Solved:
 * Edit “term-select-field.php” (make sure to override the templates to keep the
   edits after the updates), use wp_dropdown_categories options, especially the “
   show_option_none” argument. Either declare a variable that you’ll be submitting
   in your option (if you’re using a custom form) or just add a space in the “if”
   part.
 * Change : `$field['required'] ? '' : '-',` to `$field['required'] ? ' ' : '-',`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Redirect after job submit](https://wordpress.org/support/topic/redirect-after-job-submit/)
 *  [dotted](https://wordpress.org/support/users/dotted/)
 * (@dotted)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/redirect-after-job-submit/#post-9176415)
 * You need to edit the file “job-submitted.php”.
 * [https://wpjobmanager.com/document/template-overrides/](https://wpjobmanager.com/document/template-overrides/):
   Follow the instructions here in order to have the templates on your theme’s folder
   then edit this file : [https://raw.githubusercontent.com/Automattic/WP-Job-Manager/master/templates/job-submitted.php](https://raw.githubusercontent.com/Automattic/WP-Job-Manager/master/templates/job-submitted.php)
 * I don’t know for sure if there is a way to redirect within wp or wpjobmanager
   but you can still use PHP’s header :
    `header('Location: https://www.jobsforfelonshub.
   com/job-submission-confirmed/', true, 307);`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Can i add more fields to the job page?](https://wordpress.org/support/topic/can-i-add-more-fields-to-the-job-page/)
 *  [dotted](https://wordpress.org/support/users/dotted/)
 * (@dotted)
 * [9 years ago](https://wordpress.org/support/topic/can-i-add-more-fields-to-the-job-page/#post-9138452)
 * [https://wpjobmanager.com/document/tutorial-adding-a-salary-field-for-jobs/#section-4](https://wpjobmanager.com/document/tutorial-adding-a-salary-field-for-jobs/#section-4)

Viewing 3 replies - 1 through 3 (of 3 total)