Without many more additional details about your custom Page Builder use-case, it's impossible to know what the problem is.
Check the rendered HTML of the form to see if there is a hidden Anti-forgery token input field. If not then the call to @Html.AntiForgeryToken() for the form is missing.