创建自定义电子邮件表单

这些是创建一个简单表单的步骤,该表单将通过电子邮件将结果发送到您指定的电子邮件地址。

You'll be using the "insert form element" button quite a bit. 这是在图标的第二行,也是倒数第二个。 经常保存。

  1. Click on the "form" icon to add the form.
  2. Set the form's action property to "https://apps.weber.edu/forms/mailhandler.aspx"
  3. Set the method to "post" and click OK.
  4. Add form elements (buttons, textfields, etc. be sure to include a 'submit' button)
  5. 名称表单元素,这些是将出现在电子邮件中的名称。
  6. Add a "Hidden" form element , name it "TO", set the value to the email address that will receive the form results
  7. Add a "Hidden" form element , name it "SUBJECT", set the value to the desired subject line for your messages (e.g. "Registration Question")
  8. Add a "Hidden" form element , name it "CONFIRMATION", set the value to the URL of the page that the user will see after submitting the form.
  9. 保存或更新。
  10. 隐藏字段仍然在那里,您只需要进入HTML模式来查看它们。
  11. 一定要测试您的新表单,并确认结果已到达您的收件箱。