Title: daenur's Replies | WordPress.org

---

# daenur

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] wp-job-manager submit form polylang listify](https://wordpress.org/support/topic/wp-job-manager-submit-form-polylang-listify/)
 *  [daenur](https://wordpress.org/support/users/daenur/)
 * (@daenur)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wp-job-manager-submit-form-polylang-listify/#post-7067748)
 * Hi, pj.riffaud
 * I have tried last two ways. And it didnt work. I see that on site pj.riffaud 
   its work. I tried to make for resume manager.
 * I add this code in funtions.php in main folder of the theme
 *     ```
       add_filter( 'submit_resume_form_fields', 'custom_submit_resume_form_fields' );
       function custom_submit_resume_form_fields( $fields ) {
           $fields['resume_fields']['candidate_name']['label'] = __( 'Name');
       	$fields['resume_fields']['candidate_name']['Placeholder'] = __( 'Write your name');
   
           return $fields;}
       ```
   
 * And using Loco Translate trying to add string and translate it – but it doesn
   work.
 * pj.riffaud, please, can You help me?

Viewing 1 replies (of 1 total)