In the Stora model in the NEWSLETTER.com section, how does the Internet user send the annotated email if there is no send button?

    Hi ritagoncalves

    It's a custom HTML module with a input field for email only, I will forward to the team for further update on this.

    Regards

    9 days later

    Updated:

    You can try adding this line to show the button:

    <input type=“submit” value=“Send mail”>

    Like below:

    <!-- Begin MailChimp Signup Form -->
    <!-- put your url from MailChimp form into action=“your link here” -->
    <p>Sed gravida quam elementum neque imperdiet porta. Sed id laoreet nibh. Orci varius natoque penatibus et magnis dis.</p>
    <form action=“#!” method=“post” name=“mc-embedded-subscribe-form” class=“gk-newsletter” target=“_blank” novalidate=“”>
             <label for=“mce-EMAIL” class=“element-invisible”>Email</label>
    	<input type=“email” value=“” name=“EMAIL” class=“required emailid=“mce-EMAIL” placeholder=“email”>
            <input type=“submit” value=“Send mail”>
    	<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    	<div style=“position: absolute; left: -5000px;” aria-hidden=“true”>
                    <label for=“mce-absolute” class=“element-invisible”>Name</label>
    		<input id=“mce-absolute” type=“text” name=“b_6601f0307e28eefdfd842bbdd_2007e79bce” tabindex=“-1” value=“”>
    	</div>
    </form>
    <!--End mc_embed_signup-->
    Write a Reply...
    You need to Login to view replies.