我已使用phpList 3.2.5为简报制作了自定义订阅表单。
phpList有一个默认的感谢页面,但我想在输入字段下面出现一条感谢/错误消息,如本页中的表单(参见页脚):https://www.games-workshop.com
这是我的表格:
Debug.Print ThisRng.Style.Description
Debug.Print ThisRng.CharacterStyle.Description
Debug.Print ThisRng.ParagraphStyle.Description
phpList有一个subscribelibs2.php文件:
<form method="post" action="http://localhost:8888/cateringross/lists/?p=subscribe" name="subscribeform">
<div class="input-group">
<input type="text" name="email" placeholder="e-mail" value="" maxlength="75" class="form-control"/>
<span class="input-group-btn">
<input type="hidden" name="list[1]" value="signup"/>
<input type="submit" name="subscribe" value="Iscriviti" class="btn btn-large btn-primary"/>
</span>
</div>
</form>
我应该阻止转发到感谢页面并在将结果发布到同一页面之前验证电子邮件。