2.28 addhiddendata

The addhiddendata subroutine adds a hidden field.

Parameters:

$xestiascan_presmodule->addhiddendata(name, value);


Usage:

$xestiascan_presmodule->addhiddendata("hidden", "data");


name
Specifies the name of the hidden data field.

value
Specifies the value of the hidden data field.