README
Share
[](https://travis-ci.org/PolymerElements/iron-form)
_[Demo and API docs](https://elements.polymer-project.org/elements/iron-form)_
## <iron-form>
`
It has two modes: if `allow-redirect` is true, then after the form submission you will be redirected to the server response. Otherwise, if it is false, it will use an `iron-ajax` element to submit the form contents to the server.
Example:
```html
By default, a native `
Example:
```html
function submitForm() { document.getElementById('iron-form').submit(); } ```