LOGIN WIZARD | |
|---|---|
|
This page can be used to create a 'light' login page (or just a form) to basically any website.
Create your own handy login screen with your username filled in, a page without ads, without heavy pictures. Just add the appropriate ?name=value&... querystring parameters. WARNING: while it is possible to create a login screen with the password already filled in (so you just need to press 'Submit' to log in), this is not wise from a security perspective. |
|
| Form parameters (will not show up as fields in your form) | |
| frm_action | URL to submit the form to (will show up in <form action="...") |
| frm_method | method to use for submitting (default: 'POST' - other option is 'GET') |
| frm_target | target (window) to submit the form to (default: no target) |
| frm_title | text to use as title of the form (default: "LOGIN WIZARD") |
| frm_submit | text to use on the submit button (default: "SUBMIT!") |
| frm_css | CSS to use in the page (default: this current layout) |
| frm_logo | logo to use in background of page (default: forret.com guitar logo) |
| Other fields (will show up in your form) | |
| hid_XYZ | include in form as hidden field XYZ (invisible!) ('hid_' prefix is stripped) |
| pwd_XYZ | include in form as password field XYZ ('pwd_' prefix is stripped) |
| XYZ | include in form as regular text field XYZ (default value can be included) |
| Some examples | |
| Example 1 | Google GMAIL |
