Skip to content

Commit 260330d

Browse files
committed
Added ability to skip success message after submitting email contact form; ExpressionEngine/ExpressionEngine#1034
1 parent 8d7e23a commit 260330d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/add-ons/email.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ You may also set ExpressionEngine to not redirect the user after they reach the
9292

9393
redirect="none"
9494

95+
If you want to redirect the user immediately after submitting the form, without showing success message, set the value of parameter to `return`.
96+
97+
redirect="return"
98+
9599
### `replyto=`
96100

97101
replyto="yes"
@@ -112,6 +116,8 @@ If used with the redirect="none" parameter, the link text can be specified by ad
112116

113117
return="|Return to the Site"
114118

119+
If the `redirect` parameter was set to value of `return`, then the user will be redirected immediately after submission of the form.
120+
115121
### `preview=`
116122

117123
preview="about/contact-preview"

0 commit comments

Comments
 (0)