SessionCSRF::renderInput() method

Render a form input[hidden] containing the token name and value, as looked for by hasValidToken()

Example

<form method='post'>
  <input type='submit'>
  <?php echo $session->CSRF->renderInput(); ?>
</form>

Usage

// basic usage
$string = $sessionCSRF->renderInput();

// usage with all arguments
$string = $sessionCSRF->renderInput($id = '');

Arguments

NameType(s)Description
id (optional)int, string, null

Optional unique ID for this token

Return value

string


SessionCSRF methods and properties

API reference based on ProcessWire core version 3.0.244

“ProcessWire is like a breath of fresh air. So powerful yet simple to build with and customise, and web editors love it too.” —Margaret Chatwin, Web developer