$data()

An array where all data captured from a BlinkForm is stored for external processing.

Parameters   

 
Array
$data ([ mixed $... ] )
Sample Code (Using $data to submit another Form)
$t->fetch("[http://yourwebsite");]
 
 $t->submitForm( "0",
  array (
            'Address'=> $data['Address'],
            'Suburb'=> $data['Suburb'],
             'City'=> $data['City'],
             'Postcode'=> $data['Postcode']
             'ok' => 'Submit',
)
); 

Note

If you are using the BlinkForms local database, the recordID will not be returned into $data unless you have your custom code mADL code in the MADL code executed after database change code field.

There are no related labels.