I can see that results from the forms are stored in _app_sch_orders. When I create custom fields, they are not stored in _app_sch_orders but I can' t find them anywhere.
Can you give me a clue as to where to find them (and teh results)?
Hi Tom,
There are 2 custom field types, one for services and the other for Checkout form.
Data of custom fields for services are being stored in table: #__app_sch_order_field_options
While data of custom fields for Checkout form are being stored in tables: #__app_sch_field_data and #__app_sch_order_options
Thanks
Dam