Hi @ethames
I think there might be some confusion here so let me ask first:
It’s not only that there are “empty lines” in CSS but also you see that IDs are “skipped” if you go to “Forminator -> Submissions” page and check submissions there, right?
If so, please note that this is not unexpected. It may happen in some case e.g if there’s a failed submission. Forminator “reserves” ID (id’s a generated by the DB itself) which results in an “empty row” in the DB. Well, it’s not “quite empty” actually – it’s not that simple; but it essentially means that at some point there’s an entry made in the DB that doesn’t carry all the submission data and it causes DB to generate new ID.
Then if the form is successfully submitted that “entry” is updated with form data. If submission fails that entry is removed but next time form is submitted, it will not “re-use” such ID but generate a new one because DB “auto_increment” function works this way.
This would be the reason for such issues in most cases but the question then would be if/why there are failed submissions.
Is the form set to “Ajax” or “Page Reload” under “Method” option in “Behavior” settings?
Is it using Stripe or PayPal payment? If yes, do you see any failed payments in your PayPal/Stripe account?
Did you have any reports from your site’s visitors about form failing to submit?
Kind regards,
Adam