Using ic-post-to instead of kt-post in example

This commit is contained in:
Alejandro Schmeichler 2020-05-15 18:36:37 -04:00 committed by GitHub
parent eeb0985a0e
commit cf15267247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,8 @@ and updates the DOM with the validation results.
We start with this form:
```html
<h3>Signup Form</h3><form ic-post-to="/contact">
<h3>Signup Form</h3>
<form kt-post="/contact">
<div kt-target="this" kt-swap="outerHTML">
<label>Email Address</label>
<input name="email" kt-post="/contact/email" kt-indicator="#ind">