adycousins
Member
Posted 1 year ago #
I can locate the database fields that store all the information added by signatories (using phpMyadmin), but I cannot locate the information collected via the custom fields. Where is it stored?
http://wordpress.org/extend/plugins/wordpress-petition-plugin/
apaschou
Member
Posted 1 year ago #
Hi,
I asked myself the same question. I arrived to the conclusion that it is stored in table "wp_petition_signatures" in the field "fields". However, the plug-in seems to encode it in a special way. I could prove it was stored there because I change one character, and my additional field content was no more appearing in the signature list (signature was still there). Looking at the code, it seems it is using "base64_encode" php function to store the data.
Regards.