Title: Button Job Application Problem
Last modified: November 30, 2021

---

# Button Job Application Problem

 *  Resolved [eufernando](https://wordpress.org/support/users/eufernando/)
 * (@eufernando)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/button-job-application-problem/)
 *     ```
       I have a problem with the Job Application button, I want to get the details and put a direct link from a URL or Email. I saw in the documents that when changing the job-application.php file to the following:
       ```
   
 * <?php if ( $apply = get_the_job_application_method() ) :
    if ( $apply->type =
   == ‘url’ ) { $application_href = $apply->url; } elseif ( $apply->type === ’email’){
   $application_href = sprintf( ‘mailto:%1$s%2$s’, $apply->email, ‘?subject=’ . 
   rawurlencode( $apply->subject ) ); } ?> <div class=”application”> “><?php _e(‘
   Apply for job’, ‘wp-job-manager’ ); ?> </div> <?php endif; ?>`
 * I made this change but the button remains in the same way hasn’t changed anything.`

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

 *  Plugin Support [Alba](https://wordpress.org/support/users/ctdealba/)
 * (@ctdealba)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/button-job-application-problem/#post-15122339)
 * Hi [@eufernando](https://wordpress.org/support/users/eufernando/)
 * I see that you are following the instructions “Customizing the application process”.
   Please note, as per our documentation, all code examples on this site are provided
   for developer reference/guidance only, and we cannot guarantee that they will
   always work as expected. Our support policy does not include assistance with 
   modifying or debugging code from any code examples, and they may be changed or
   removed if we find they no longer work due to changes in our plugins.
 * [https://wpjobmanager.com/support-policy/](https://wpjobmanager.com/support-policy/)
 * Best,
    Alba
 *  Plugin Support [Jay](https://wordpress.org/support/users/bluejay77/)
 * (@bluejay77)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/button-job-application-problem/#post-15158801)
 * Hi [@eufernando](https://wordpress.org/support/users/eufernando/),
 * It has been more than one week since we have heard from you, so I’m marking this
   topic as resolved.
 * But if you have any further questions or need some more help, you’re welcome 
   to reply here or open another thread.

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

The topic ‘Button Job Application Problem’ 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/)

## Tags

 * [job application](https://wordpress.org/support/topic-tag/job-application/)

 * 2 replies
 * 3 participants
 * Last reply from: [Jay](https://wordpress.org/support/users/bluejay77/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/button-job-application-problem/#post-15158801)
 * Status: resolved