From OrganicDesign Wiki
Here's an example of using Simple Forms to create a new article with an ajax request.
|
|
{{#form:
{{#input:name=title|value=Enter article title}}
{{#input:name=content|type=textarea|Enter some content}}
{{#input:type=ajax|value=Create|update=result}}
}}
<div id="result">''Newly created article will be shown here...''</div>
|
|