Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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.

  • No labels