2017-02-14 12:43:30 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2020-09-07 19:11:29 +03:00
|
|
|
<title>Form Filling Demo Pages</title>
|
2017-02-14 12:43:30 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-09-07 19:11:29 +03:00
|
|
|
<h1>Form Autofill and Password Manager Demo Pages</h1>
|
2017-02-21 10:41:03 +03:00
|
|
|
|
2020-09-07 19:11:29 +03:00
|
|
|
<h2>Forms</h2>
|
2017-02-14 12:43:30 +03:00
|
|
|
<ul>
|
2017-07-17 06:47:04 +03:00
|
|
|
<li><a href="basic.html">Basic address form using @autocomplete</a></li>
|
|
|
|
<li><a href="basic_cc.html">Basic credit card form using @autocomplete</a></li>
|
2017-05-16 08:56:31 +03:00
|
|
|
<li><a href="autocomplete-us-separate-fields.html">Basic U.S. form using @autocomplete</a></li>
|
|
|
|
<li><a href="autocomplete-all.html">Including all supported @autocomplete</a></li>
|
2017-11-28 11:42:45 +03:00
|
|
|
<li><a href="textarea_select.html">address form with <textarea> & <select></a></li>
|
|
|
|
<li><a href="basic_cc_2.html">credit card form with <select></a></li>
|
2017-08-07 08:55:17 +03:00
|
|
|
<li><a href="layout.html">Address fields with different width</a></li>
|
|
|
|
<li><a href="layout_cc.html">Credit card fields with different width</a></li>
|
2017-06-16 13:15:19 +03:00
|
|
|
<li><a href="two_forms.html">Two forms</a></li>
|
2017-12-01 17:29:44 +03:00
|
|
|
<li>
|
|
|
|
<p>Multiple Section</p>
|
|
|
|
<ul>
|
|
|
|
<li><a href="multiple_sections/section_autocomplete.html">Section Test Page [AutoComplete]</a></li>
|
|
|
|
<li><a href="multiple_sections/section_heuristics.html">Section Test Page [Heuristics]</a></li>
|
|
|
|
<li><a href="billing_shipping.html">Includes "billing" and "shipping"</a></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
2017-02-14 12:43:30 +03:00
|
|
|
</ul>
|
2017-02-21 10:41:03 +03:00
|
|
|
|
2020-09-07 19:11:29 +03:00
|
|
|
<h2>Utils</h2>
|
2017-02-21 10:41:03 +03:00
|
|
|
<ul>
|
|
|
|
<li><a href="name_utils.html">Name Utils</a></li>
|
|
|
|
</ul>
|
2020-09-07 19:11:29 +03:00
|
|
|
|
|
|
|
<h2>Password Manager</h2>
|
|
|
|
<ul>
|
|
|
|
<li><a href="password_manager/login_and_pw_change_forms.html">Login and Password Change Forms</a></li>
|
2020-10-15 02:21:57 +03:00
|
|
|
<li><a href="password_manager/form_with_iframe.html">Login Form with Iframe Loading a Cross-Origin Login Form</a></li>
|
2020-09-07 19:11:29 +03:00
|
|
|
</ul>
|
2017-02-14 12:43:30 +03:00
|
|
|
</body>
|
|
|
|
</html>
|