创建自定义电子邮件表单
这些是创建一个简单表单的步骤,该表单将通过电子邮件将结果发送到您指定的电子邮件地址。
You'll be using the "insert form element" button quite a bit. 这是在图标的第二行,也是倒数第二个。 经常保存。
- Click on the "form"
icon to add the form.
- Set the form's action property to "https://apps.weber.edu/forms/mailhandler.aspx"
- Set the method to "post" and click OK.
- Add form elements (buttons, textfields, etc. be sure to include a 'submit' button)
- 名称表单元素,这些是将出现在电子邮件中的名称。
- Add a "Hidden" form element
, name it "TO", set the value to the email address that will receive the form results
- Add a "Hidden" form element
, name it "SUBJECT", set the value to the desired subject line for your messages (e.g. "Registration Question")
- 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.
- 保存或更新。
- 隐藏字段仍然在那里,您只需要进入HTML模式来查看它们。
- 一定要测试您的新表单,并确认结果已到达您的收件箱。
新葡京app