Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeRDark
languagephp
titleSample Code (Using $data to submit another Form)
linenumberstrue
collapsetrue
$t->fetch("[http://yourwebsite");]
 
 $t->submitForm( "0",
  array (
            'Address'=> $data['Address'],
            'Suburb'=> $data['Suburb'],
             'City'=> $data['City'],
             'Postcode'=> $data['Postcode']
             'ok' => 'Submit',
)
); 
Info
titleNote

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.

Related Labels