在 drupal 中订阅新闻通讯
我是 drupal 和创建网站的新手。需要让用户只需从索引页面提交电子邮件即可订阅新闻通讯。无需为此创建帐户。我已经安装了简单的新闻模块。但无法在索引页上创建具有单个字段的表单。
请帮我。任何帮助将不胜感激
谢谢
I am new to drupal and creating website. there is requirement to let the user to subscribe to newsletter just submitting their email from index page. no need to crate account for this. I have already installed simple news module. But unable to create a form with single fiels on index page .
Please help me. Any help will be appreciated
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
安装 Webform 和 Webform 块模块。创建一个带有电子邮件字段的网络表单,然后选中复选框以生成该表单的块。接下来,转到“管理”->“构建”->“块”,您将看到一个与您的表单相对应的块。您可以将其放置在任何您想要的地方。
Install the Webform and Webform Block modules. Create a webform with an email field and check the checkbox to generate a block for the form. Next, go to Admin->Build->Block and you'll see a block that corresponds to your form. You can place it wherever you want.