放入elementor modal弹出框显示“订阅已确认”

Put in elementor modal pop up box to show" Subscription Confirmed"

我想获得有关代码的帮助,以放入 elementor 模式弹出框以显示“已确认订阅”确认他们已订阅时事通讯这里是我将用于从时事通讯插件收集电子邮件的代码:

<div class="tnp tnp-subscription"><form action="https://example.com/?na=s" method="post"><input 
       name="nlang" type="hidden" value="" />
     <h1 style="text-align: center;"></h1>
     <h3>Subscribe to get 20% off your first</h3>
       <h3></h3>
      <h3>order with mysite</h3>
       <h3></h3>
        <div class="tnp-field tnp-field-email"><label></label><input class="tnp-email" name="ne" 
            required="" type="email" /></div>
         <div class="tnp-field tnp-field-button"><input class="tnp-submit" type="submit" 
              value="Subscribe" /></div>
               </form></div>

谢谢任何帮助将不胜感激

你可以使用 alert();

alert("Subscription confirmed!");

如果这不符合您的喜好,那么我建议您查看 this,您可以根据需要自定义框的 css。