How to Programatically Add an Entry to a Gravity Form

When a user submits a Gravity Form on my website, I would automatically like to add this user to a second Gravity form that I’ve created. Looking at the developer docs, I see that I am able to hook into a form entry using the code at this link. http://www.gravityhelp.com/documentation/page/Gform_after_submission. I’m not able to find anywhere that would then allow me to create an entry however. I could always use $wpdb to update the database directly, but figured there would be a built in hook to do this.

Related posts

Leave a Reply

1 comment