I run a Joomla site powered by J-Business Directory and I need a compact piece of custom code that ties three things together: the existing job-application form, the standard contact form page, and any résumé already stored in the user’s profile. Here’s the workflow I’m after: when a logged-in user clicks “Apply” on a job listing, the form should silently pull the résumé/CV that sits in the member’s profile (or use a freshly uploaded file when one is provided), then post everything to the contact form endpoint. Once submitted, two notification e-mails must fire—one to the site admin/listing owner, one to the applicant—each with the attached file and the form data laid out clearly. Key elements to build: • Job application form integration with J-Business Directory hooks. • Automatic profile file retrieval (fallback to manual upload). • Contact form customization so the data is routed, formatted, and e-mailed correctly. • Dual notification logic: applicant + admin, both including the attachment. • Straightforward install/override instructions so I can reapply the patch after future component updates. Please develop using whichever J-Business Directory add-on or override method you prefer, as long as it stays update-safe. A short README and commented code are part of the deliverable. Once everything works on your end, I’ll test on staging and sign off when the e-mails (with attachments) reach both parties every time.