How to add a Wix ShoutOut (Lead Generation) to a Full width Slide Show.

I am trying to add a Lead Generation box to a full width Slide show. The problem is that it does not attach to the slide when I drag and drop it on to a slide. It remains on the top of the slide as a separate element and Floats above my slide show as the slide plays in the back. I am looking for a way to attach it to one slide so that it moves away with the slide as the slide changes.

If this is not possible, I could create 2 user input boxes for Name and Email Address and a Submit Button. What I need to know is how do I connect this submit button to the same functionality that the shout out widget has.

So, the only way to do this is through the second example you provided. In order to do this you will have to create the two inputs boxes and the submit button. Next, you will have to use the Wix CRM API to create a contact when the form is submitted.

Use this link for reference (it has model code too): wix-crm-frontend - Velo API Reference - Wix.com

Thank you. i believe this solves my problem. I will try this today and keep you posted.