Cronjob on partial submissions

Dear Feathery Team,
We wanted to make a cronjob to remind our customers who filled the form partially. I can’t find this callback in your documentation. we want to know the trigger or the event for this so we fire it on partial submissions and send the reminders to them using our whatsapp API.

BR,

@peter @eri

Can you please help in this? as the reminders help alot to retartget incomplete submissions.

Hi there, the completion event is onFormComplete()
For checking incomplete submissions though, you could try a condition checking specific form data such as if last required field is not yet filled.