Hi all,
I am using the formSubmitSuccess form builder hook to send a copy of the form submission to a third party.
However I couldn't figure out how to get the submissions form type at this point, the reason being is that I only want to send the data onto the third party for certain form t...