The problem is that, if somebody hits F5 / Strg+R in the Browser, the Data will be send again and also submitted again into the database.
I found two solutions for this on the net, the first is to redirect the user after the submit ( via $q->redirect($q->url()) ), the second is to check if a reload was done, this is what im trying to do.