How to Safely Add Custom Logic After Form Submission in Feathery?

Hey everyone,

I have been working on a project using Feathery & how easy it is to design forms. That said, I am facing confusion when it comes to adding custom logic after someone submits a form.

I want to do things such as trigger a webhook or update some external system after submission but every time I try adding code or some custom behavior, something breaks.
Is there a “safe” or suggest method for handling custom logic post-submission without disrupting the default flow? Maybe something built-in I have overlooked?

Also but if anyone knows a good Rails course I am brushing up on backend stuff alongside this project.

Thank you…:folded_hands:

Hi @Hanayaka,

Thank you for showing interest in Feathery!

Can you tell me more about what breaks when you try and do some logics?