Limited availability during the holidays
Another busy year is coming to its end, and an exciting year lies ahead. In order to get ready for a fresh new start, our team will spend a few days' rest during the winter holidays. Over the holiday break, we will have reduced staffing from December 20th, 2024, to January 5th, 2025, so please be patient if you do not receive a response as quickly as you normally would.
We send our warmest wishes for happiness, health, and success throughout the coming year. Thank you for your continued support, and may you have a peaceful and blessed Happy Holidays!
I'm trying to use a modified version of your exit-intent popup (Sign Up #7), to send an email with a discount code to everyone who submits the popup form.
Please let me know how I can make all the fields in the popup form required (First Name, Last Name, E-Mail address), plus how the data from the fields can be collected within WordPress and an email automatically generated and sent with a unique discount code for each user who submits the form.
I'm using Avada as my WordPress theme, plus Contact Form 7.
Thanks!
Rick L.
Hello Rick,
Thank you for getting in touch with us!
Unfortunately, it is not possible to specify form settings and use fields / submit button as layers in our plugin.
Sorry to be misleading about what you saw in the demos, but with LayerSlider you can create spectacular animations, even in popup form. We are just giving you one way to present these things to your users in a more stylish way, but it does not include the newsletter and contact form function from the server side.
I suggest you to use an HTML widget and embed your form from Contact Form 7.
Best Regards,
Andrea | Kreatura Support Team
Hello Kristoff. Thank you for your reply and help. I was able to imbed a Contact Form 7 form into my layerslider popup as suggested. However, can you please tell me how I can make the layerslider popup advance automatically to a different "Thank You" slide once the Contact form is successfully sent using its "submit" button as set up on the first slide?
Thanks!
Hello Rick,
It is not possible to change to the 2nd slide if the button is not a LayerSlider layer.
In this case, you should write a custom javascript code to the slider settings / event callbacks / sliderDidLoad function. For example:
jQuery('.your-button-selector').on('click', function(){
jQuery('#your-slider-id').layerSlider('next');
})
Best Regards,
Andrea | Kreatura Support Team