Title: Application button
Last modified: October 24, 2017

---

# Application button

 *  Resolved [anouk_27](https://wordpress.org/support/users/anouk_27/)
 * (@anouk_27)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/application-button/)
 * The application button needs to point to our application form *We are a mediation
   agency for internships in South Africa, so for each internship vacancy they need
   to fill out an application form.*
 * Hope that is making more sense now, so my question is where do I need to place
   the url of the application form within that code.
 * Many thanks.
 * [https://wpjobmanager.com/document/customising-job-application-process/](https://wpjobmanager.com/document/customising-job-application-process/)
 * I have updated the job-application.php file as per below:
 * As an example of customisation, a common request is to just make the ‘button’
   link to the website or email address, rather than toggling open the instructions.
   This would be a simple case of overriding job-application.php and using this 
   code inside it:
    <?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; ?>
 * Where do I need to paste the URL?
 * The page I need help with: [http://investorsclubs.co.za/BE/job/junior-project-manager-sales-events-firm-cape-town/](http://investorsclubs.co.za/BE/job/junior-project-manager-sales-events-firm-cape-town/)

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

 *  Plugin Contributor [jonryan](https://wordpress.org/support/users/jonryan/)
 * (@jonryan)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/application-button/#post-9618023)
 * Hi [@anouk_27](https://wordpress.org/support/users/anouk_27/), why don’t you 
   just use the url method for candidates contacting you for the job and then paste
   in the url in the URl/email field when you submit the job?
 *  [aurelien75](https://wordpress.org/support/users/aurelien75/)
 * (@aurelien75)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/application-button/#post-9627009)
 * Please how to allow upload files mp3?
 * Thank you
 *  Plugin Contributor [Adam Heckler](https://wordpress.org/support/users/adamkheckler/)
 * (@adamkheckler)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/application-button/#post-9641021)
 * [@aurelien75](https://wordpress.org/support/users/aurelien75/):
 * Please create your own thread per the Forum Welcome policy:
 * [https://codex.wordpress.org/Forum_Welcome#Where_To_Post](https://codex.wordpress.org/Forum_Welcome#Where_To_Post)
 * Thanks!
 * [@anouk_27](https://wordpress.org/support/users/anouk_27/):
 * If Jon’s response didn’t answer your question, please use this form to get support
   for our paid add-ons:
 * [https://wpjobmanager.com/support/](https://wpjobmanager.com/support/)
 * We are not allowed to support premium plugins in these forums.
 * Thanks!
 *  Thread Starter [anouk_27](https://wordpress.org/support/users/anouk_27/)
 * (@anouk_27)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/application-button/#post-9654022)
 * thank you!

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

The topic ‘Application button’ 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

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

 * 4 replies
 * 4 participants
 * Last reply from: [anouk_27](https://wordpress.org/support/users/anouk_27/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/application-button/#post-9654022)
 * Status: resolved