I have two forms that are submitted using Ajax, so I used the iframe hack to make autofill work (https://stackoverflow.com/a/29885896/1964031). Only in one of those forms it works and the only difference seems to be the amount of inputs. One has around 20, while the other has ~100.
In fact, I opened the form that isn't working, removed a lot of it's fields and tried again. It worked.
Is there a certain amount of fields for which chrome's autofill stops working?