I have content on the site that users can request to receive copies of after providing their contact info. I’d like to send them the specific content requested after they’ve sent their contact info (preferably automatically, but I can also do this manually)
A repeater is used for the content, the repeater images/buttons link to a Lightbox which contains a “Sales Lead” form. I have a hidden “resourceRequested” field on the lightbox form and created the corresponding field in the salesLead database.
What is the best way to achieve this functionality (e.g. collecting and storing a user’s information, knowing which specific content they requested and sending it to them)?
Is there a way to do this without code?
Otherwise, I thought I could set a (editable) value in the repeater (a hidden text element?) that gets sent to the lightbox and populates the hidden “resourceRequested” form field on the lightbox which is connected to the salesLead database. Am I on the right track? If so, how can I do this (feels like it’s just a bit of code on both the repeater and the lightbox?).