Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 479 Bytes

action.md

File metadata and controls

24 lines (16 loc) · 479 Bytes

HAPEL Method Parameters


$action

(string), (optional), default: null

Adds the action attribute to an HTML form tag.

Value Use
null prevents the attribute from being added to the tag
string adds the value of 'string' as the attribute

Examples:

$action = 'send.php';
<tag action="send.php" {...}