Title: linking button with email trigger
Last modified: August 20, 2022

---

# linking button with email trigger

 *  Resolved [infixremix](https://wordpress.org/support/users/infixremix/)
 * (@infixremix)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/linking-button-with-email-trigger/)
 * Hi Everyone hope you are well, im trying to make a small programe that sends 
   an email on button press to a business email…
 * `<input type="button" class="jb-button jb-job-1tapappply" value="<?php esc_attr_e('
   One Tap Apply', 'jobboardwp' ); ?>" />`
 * This is the button, i want to pair this button to trigger an email to be sent
   with the candidates details… i think i can handle that my self, but ive never
   touched php it is something i have always seen as obsolete (excuses).
 * i need to trigger it to send with the handler this plugin uses.
 * just on button press it sends an email… i just need some direction it would be
   a great help thanks. I obviously do not expect code i would just like a little
   direction its really frustrating me!
    -  This topic was modified 3 years, 9 months ago by [infixremix](https://wordpress.org/support/users/infixremix/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flinking-button-with-email-trigger%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Mykyta Synelnikov](https://wordpress.org/support/users/nsinelnikov/)
 * (@nsinelnikov)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/linking-button-with-email-trigger/#post-15937906)
 * Hi [@infixremix](https://wordpress.org/support/users/infixremix/)
 * For a little direction, you could use Contact Form 7 plugin and replace this 
   button with the contact form. I guess you need some content and/or communication
   channel from the user who contacts the job’s employer.
 * Please take a fast look into the 3rd-party plugin for replacing the default applying
   for a job button.
 * Let me know if you have other questions,
    Best Regards!
 *  Thread Starter [infixremix](https://wordpress.org/support/users/infixremix/)
 * (@infixremix)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/linking-button-with-email-trigger/#post-15939103)
 * Thanks for your response, sorry how would i pair the button to the form ? Edit
   i reread about the button 🙂 what would the email tag be i thought it would be
   job_application or job_contact for the employer.
    -  This reply was modified 3 years, 9 months ago by [infixremix](https://wordpress.org/support/users/infixremix/).
    -  This reply was modified 3 years, 9 months ago by [infixremix](https://wordpress.org/support/users/infixremix/).
    -  This reply was modified 3 years, 9 months ago by [infixremix](https://wordpress.org/support/users/infixremix/).
    -  This reply was modified 3 years, 9 months ago by [infixremix](https://wordpress.org/support/users/infixremix/).
 *  Thread Starter [infixremix](https://wordpress.org/support/users/infixremix/)
 * (@infixremix)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/linking-button-with-email-trigger/#post-15943261)
 * Is there anyway to access the metadeta of the current user ID from CF7!
 *  Plugin Author [Mykyta Synelnikov](https://wordpress.org/support/users/nsinelnikov/)
 * (@nsinelnikov)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/linking-button-with-email-trigger/#post-15960860)
 * Hi [@infixremix](https://wordpress.org/support/users/infixremix/)
 * Sorry for the delay, please see these functions:
 * [https://developer.wordpress.org/reference/functions/get_user_meta/](https://developer.wordpress.org/reference/functions/get_user_meta/)
   
   [https://developer.wordpress.org/reference/functions/get_current_user_id/](https://developer.wordpress.org/reference/functions/get_current_user_id/)
 * And this hook inside CF7:
 * [https://docs.hookmax.com/plugin/contact-form-7/5.5.3/filter/wpcf7_mail_components/](https://docs.hookmax.com/plugin/contact-form-7/5.5.3/filter/wpcf7_mail_components/)
 * Let me know if you have other questions,
    Best Regards!
 *  Thread Starter [infixremix](https://wordpress.org/support/users/infixremix/)
 * (@infixremix)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/linking-button-with-email-trigger/#post-15969552)
 * What a legend! Have a working submissions website where people can apply for 
   jobs with one tap. Thank you very much.
    -  This reply was modified 3 years, 9 months ago by [infixremix](https://wordpress.org/support/users/infixremix/).

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

The topic ‘linking button with email trigger’ is closed to new replies.

 * ![](https://ps.w.org/jobboardwp/assets/icon-256x256.png?rev=3082138)
 * [JobBoardWP - Job Board Listings and Submissions](https://wordpress.org/plugins/jobboardwp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jobboardwp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jobboardwp/)
 * [Active Topics](https://wordpress.org/support/plugin/jobboardwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jobboardwp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jobboardwp/reviews/)

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [infixremix](https://wordpress.org/support/users/infixremix/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/linking-button-with-email-trigger/#post-15969552)
 * Status: resolved