Hello,
I have been looking for information on how to setup a form to save and update data from the Authorize.net response. I have been unable to get the data in the PLUGINS array into the database. I have a basic form setup and currently working on the On Submit - On Approved event in the form setup. I have the form sending a email and saving the form fields to the database, however I'm unable to capture the response data from Authorize into the database. I see the data in the data Array in debug under the PLUGINS array, and I can dump the form variables in the email and see them there via var_dump($form->data); So it seems that I have no problem getting the form field data but I'm not able to get the data in the PLUGINS array.
I need a way to capture it and save this response info from authorize into the database. I have tried to create table field names that match the variables like response_code, response_subcode but it does not save anything in the record. How is this done? Any direction or explanation would be great. Thanks in advance.
- Chris
I have been looking for information on how to setup a form to save and update data from the Authorize.net response. I have been unable to get the data in the PLUGINS array into the database. I have a basic form setup and currently working on the On Submit - On Approved event in the form setup. I have the form sending a email and saving the form fields to the database, however I'm unable to capture the response data from Authorize into the database. I see the data in the data Array in debug under the PLUGINS array, and I can dump the form variables in the email and see them there via var_dump($form->data); So it seems that I have no problem getting the form field data but I'm not able to get the data in the PLUGINS array.
I need a way to capture it and save this response info from authorize into the database. I have tried to create table field names that match the variables like response_code, response_subcode but it does not save anything in the record. How is this done? Any direction or explanation would be great. Thanks in advance.
- Chris