Anyone have any idea if GravityForms has a plugin to make it work with the Events plugin (http://wordpress.org/extend/plugins/wp-events/)?
I'd like users to be able to post events directly from the front-end to the event plugin.
Anyone have any idea if GravityForms has a plugin to make it work with the Events plugin (http://wordpress.org/extend/plugins/wp-events/)?
I'd like users to be able to post events directly from the front-end to the event plugin.
I'm not familiar with the Events plugin, but if it uses posts (or custom post types) and custom fields to store it's event data it may be possible to integrate with it if you need the post type and custom field or taxonomy information that is used to store an event. Otherwise if it doesn't use posts you could still integrate with it but you'd have to write custom code and know how events are stored and use the gform_post_submission hook to then also store the data in the additional location.