🇳🇱Netherlands @ckspringbok

Account created on 21 August 2024, 26 days ago
#

Recent comments

🇳🇱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>>’;
Production build 0.71.5 2024