Hi guys,
I have a client that wants applicants to upload their resume on their website. I created a database and have a section for documents. On the dashboard I can see the document, I created an automation to email applicant letting them know resume has been received I also created an automation to send a email to the HR but there is no option to email it with a attachment or link to the attachment. What is the work around?
Hi,
Check this previous question about it - Here
Another option is to create a new field in your database that is designated for the person in HR. In the page code you can do setFieldvalue and have it equal the personās email and create a totally different automation with images/links from this form. Another alternative is creating a datahook .
$w('#dataset1'#dataset1').setFieldValue('songName',$w('#input4'#input4').value);