Intercept Before Create
Hello! I need to manipulate some form data before sending to the server, there's and hook/middleware/action to intercepet the form action and act before?
Thanks!
4 Replies
rival-black•3y ago
Hi @fatrex, Do you you use
@pankod/refine-react-hook-form
?
if you, u can use this example:
https://stackblitz.com/edit/refinedev-refine-cutjm6?file=src/pages/posts/create.tsx
optimistic-goldOP•3y ago
Thanks @alicanerdurmaz ! Sorry I forgot to mention that actualluy I'm using
useForm
from antd. Maybe there's something similatrival-black•3y ago
optimistic-goldOP•3y ago
onFinish
! Thanks 😄