One of the projects I am currently working on requires the typical user create/edit forms. Since I am using Parse.com on the back-end and part of the front-end is being developed with WordPress, I was hoping to tie things together as easy as possible.
I want to use Gravity Forms for my collection of user data, and at the same time pass that information over to parse.com.
Turns out it’s fairly easy. I was able to plug the new Parse.com PHP SDK into my functions.php and hook into gravity forms after the form submission.
Here’s a rough example of what to do:
[gist id=”aa73b921b70c59407ddf”]