Elgg
Version 2.3
|
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.
$vars['body'] The body of the form (made up of other input/xxx views and html $vars['action'] URL of the action being called $vars['method'] Method (default POST) $vars['name'] Form name