Hello,
My client has recently gotten set up with Method and they now need their website forms to talk to Method. I'm using the popular Gravity Forms plugin on their WordPress site and would prefer to keep using it instead of the HTML that Method has provided. Since the HTML provided is just a simple form, it seems like it should be possible to just post the form submission data directly to Method in the background. Gravity Forms has a way to do this -- see this example: https://www.gravityhelp.com/documentation/article/gform_after_submission/#2-send-entry-data-to-third-party
I have set this up for my client already, updating the key-value pairs in the $body array to correspond with the Method HTML variable names and the Gravity Form field values, respectively. It seems like this should work. However, my client hasn't yet seen any submissions in Method.
Do you have any ideas why this might not have worked? Should it be possible?
Thanks.