Sending an email to poster (job search form)

Hi guys, i have been asked to set up a little job search page for a friend 's website on wix…
all is fine, except i cannot find a way to have a candidate - that is NOT registered on the website - answer to the job position inserted by a poster (registered on the site) via email.
The page shows a form to be filled-in, and then a button by which the content of the input fields are sent via email to email present in the database and linked to that particular job offer.
the database has these fields for each job offer:

  • poster full name
  • poster email
  • post title
  • post content

the ‘apply to job’ page contains:

  • applicant name
  • applicant email
  • message

what i need to do is that these 3 values are sent via an email to the ‘poster email’ saved in the database.
Anyone has an idea?
Thank you in advance.
Alex

Hi Alex:

I think the development pattern outlined here will accomplish your goals:
https://support.wix.com/en/article/corvid-tutorial-sending-an-email-on-form-submission

Hope this helps!
-Gabe

Thank yiu Gabe, i had already had a look at that article, but it acts with only one sender and a target recipient set in te email.jsw file… in my case, each job offer posted has a different email to which interested seekers will answer, so the ‘to’ email address must be taken from the database.

I face the same issue; would someone be able to help on this?