Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
3 lines (2 sloc) 243 Bytes

You can build web forms that actually submit data to a server using nothing more than pure HTML. You can do this by specifying an action on your form element.

For example: <form action="/url-where-you-want-to-submit-form-data"></form>.

Something went wrong with that request. Please try again.