Since this is a very powerful form builder indeed, I would like to use it to build a custom shopping cart for my client. He sells survey where the visitor should select many options for each survey and then add it to cart, and at the end to submit everything in order to request a qoutue on it.
Anyway, I do understand that I can disable the email sending upon submit, but how do I make a callback? JS or even better a PHP without changing any file in the plugin. Should I use a hook or bind in some way ?
Many thanks. Another way I’ve found is to add a js script in the success message. This way I can fire an ajax function. but certinately PHP code is much better for my situation