Okay
  Public Ticket #2805891
Popup Form Submission
Closed

Comments

  • Rick Lightheart started the conversation

    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.

  •  244
    Kreatura Support replied

    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

  • Rick Lightheart replied

    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!

  •  244
    Kreatura Support replied

    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