Forum

Thread tagged as: Question, Installation, Addons

Getting data from your perch_form

Hi,

I really need help on this, I've created a custom form in perch, it is working fine, But I don't know how to retrieve the responses through Php, I do need to show all responses in a table style, but the response are in JSON.

or do I just need to use json_decode of php ? and retrieve the data using mysql ? isn't there any function in perch that can do just that .

Thank you and God Bless,

JRden Fadallan

JRden Fadallan 0 points

  • 7 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Yes, you can use json_decode() to decode the response.