Elgg
Version 1.11
|
Go to the source code of this file.
Variables | |
if(isset($vars['name'])) | else |
Create a form for data submission. More... | |
$body = $vars['body'] | |
$action = $vars['action'] | |
$method = strtolower($method) | |
if (isset( $vars[ 'method'])) else |
Create a form for data submission.
@uses $vars['body'] The body of the form (made up of other input/xxx views and html @uses $vars['action'] URL of the action being called @uses $vars['method'] Method (default POST) @uses $vars['name'] Form name