I want to build a website for my business where visitors can generate a CV, and I'm trying to code it. I saw YouTube videos and I tried to follow it, but I couldn’t implement everything I wanted. For example, how can visitors add more sections for additional experiences or academic degrees? Additionally, I want to receive two forms of PDFs: one with all the information and another without personal details, which I'll need for my business. Visitors should also receive the CV automatically via email after finishing their submissions. I hope you can help me with this. Thank you.
top of page
bottom of page
Hi Khezzar, I'm guessing you are referring to this tutorial: https://www.youtube.com/watch?v=ffj0ycGg-m0&t=1s?
To allow people to add additional sections you would need to structure your CV with a repeater. If you need two PDFs you can create two templates and populate them with the corresponding data. To send the PDFs as an attachment you will likely need to use a third party mailing service as triggered emails does not support attachments to the best of my knowledge. Good luck! Eitan