🇳🇱Netherlands ckspringbok
🇳🇱Netherlands ckspringbok
ckspringbok → created an issue.
🇳🇱Netherlands ckspringbok
I got the same problem and was in need to report results so I had to pull the results from the database. A view to report seems also possible.
SELECT subm.serial, subm.remote_addr, subm.sid, submdata.name, submdata.property, submdata.delta, submdata.value
FROM webform_submission as subm
INNER JOIN webform_submission_data as submdata
ON submdata.sid=subm.sid
WHERE subm.webform_id='<<webform_id>>’;