I have forms with the {{ security.getTokenKey() }}
It works fine - The first time
But if the form fails, and tells me that the firstname is incorret and then change it and submit the form again, the TokenKey has refreshed? How do I submit forms with ajax and tokenKey, without having to refresh the whole page?Thanks!