Syntax
listCustomFormRecords( purchase_id='' )
Returns a list with data from additional input fields.
Access rights
Read access or full access required.
Arguments
purchase_id (optional) – if specified, the data for this Digistore24 order ID will be returned. If not, all data will be returned.
Return data
Form data, e.g.:
[records] => Array
(
[0]
=> Array
(
[form_id]
=> 16320
[id]
=> 633296
[purchase_id]
=> WF7Q4KVP
[purchase_item_id]
=> 1541851
[product_id]
=> 12345
[form_no]
=> 1
[form_count]
=> 2
[data]
=> Array
(
[first_name]
=> Klaus
[last_name]
=> Meier
[email]
=> klaus.meier@some-domain.com
[occupation]
=> Maler
)
[address]
=> Array
(
[first_name]
=> Klaus
[last_name]
=> Meier
[email]
=> klaus.meier@some-domain.com
)
)
[1]
=> Array
(
[form_id]
=> 16320
[id]
=> 633297
[purchase_id]
=> WF7Q4KVP
[purchase_item_id]
=> 1541851
[product_id]
=> 12345
[form_no]
=> 2
[form_count]
=> 2
[data]
=> Array
(
[first_name]
=> Michael
[last_name]
=> Müller
[email]
=> michael.mueller@some-domain.com
[occupation]
=> Klemptner
)
[address]
=> Array
(
[first_name]
=> Michael
[last_name]
=> Müller
[email]
=> michael.mueller@some-domain.com
[email]
=> klaus.meier@some-domain.com
)
)
)
[data] – contains all the entered data
[address] – contains the data that was taken on as an address (e.g. for e-tickets). Please select an address type (such as first name, email address or city) instead of e.g. the type text.