Title: application method
Last modified: August 22, 2016

---

# application method

 *  Resolved [sue_c](https://wordpress.org/support/users/sue_c/)
 * (@sue_c)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/application-method/)
 * Is there anyway to add wpml support. I have a multilingual site and right now
   i’ve had to override the job-application.php file.
    The english site loading 
   the english form and french loads the french form. Would there be a way to hook
   in and replace the dropdown in settins with just a textarea. I’m looking for 
   just a function that i can add to my functions file.
 * [https://wordpress.org/plugins/wp-job-manager/](https://wordpress.org/plugins/wp-job-manager/)

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

 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/application-method/#post-5733414)
 * I’m not really sure what you’re talking about. Are you saying that WPML shows
   content/meta data from the current language only? Because I’m pretty sure thats
   how WPML works. Plus, what are you using for applications (which plugin?)
 *  Thread Starter [sue_c](https://wordpress.org/support/users/sue_c/)
 * (@sue_c)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/application-method/#post-5733422)
 * Sorry, i really wasn’t clear. I was using WP Job Manager – Contact Listing with
   contact form 7. Which worked but I was only able to select 1 form(english form).
   The only way i was able to get it working was to override the job-application
   file and replace
    do_action( ‘job_manager_application_details_’ . $apply->type,
   $apply ); with if (ICL_LANGUAGE_CODE == ‘en’) { echo do_shortcode(‘[contact-form-
   7 id=”” title=””]’); } else if (ICL_LANGUAGE_CODE == ‘fr’) { echo do_shortcode(‘[
   contact-form-7 id=”” title=””]’); } The above works, but i was wondering if there
   was a better way.
 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/application-method/#post-5733426)
 * If the contact listing plugin doesn’t handle this for you, the above should be
   fine. Remember to do this change via your theme (using a template override).

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

The topic ‘application method’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/application-method/#post-5733426)
 * Status: resolved