submit_errors: [id: {"has already been taken", []}],
When a
The form is created using
for_create form is submitted, I get this error. Assuming the id it's referring to is "form", I'm not sure why it thinks it has been taken.The form is created using
apply_action called from the mount action (similar to the Ash twitter clone example).