Form Forgot Password
Populates a forgot password utility linked to your Solodev form.
Usage
Shortcode:
[form_forgot_password]
Parameters:
Parameters | Description |
---|---|
[forward_to] | URL of the page where to take the user after submitting the form (default: /) |
[login_page] | Full URL of the login page. This gets sent in the reset password email (default: current URL) |
[email_subject] | Subject of the email sent for forget password (default: Forgot Password) |
[from_email] | Email address where the forgot password email is sent from (default: "") |
Code Example:
[form_forgot_password forward_to="/intranet/confirmation.stml" login_page="http://www.yourwebsite.com/login/" from_email="hello@info.com"] <label class="control-label" for="checkEmail""><strong>Please enter your email address</strong></label> <input id="checkEmail" name="checkEmail" type="text"> <button type="submit">Reset Password</button> [/form_forgot_password]
Please sign in to leave a comment.
0 Comments