I am using your product with gravity forms. I wrote a plugin that does an add_action(“gform_after_submission”, “handle_form_submission”, 10, 2) so I can call an API to insert registration as well as event information. I can get the gravity form information just fine, but how can I retrieve the EventOn event information?
Thanks in advance!
Jan 25,2017 AT 4:10AM - 3 years ago -You can check the hooks in the link below:
http://www.myeventon.com/documentation/hooks-actions-filters/
You really can’t tell when your actions are triggered. It would be nice to have that info besides the name of the action hook.
ok.
I will alert our admin. Maybe he will add them.
Please open new ticket if you need our help again.
Here you go
// PLUGGABLE eventon addon intergration
do_action(‘eventonau_save_form_submissions’,$created_event_id, $this->formtype);
Can be used to hook into when the event data from actionuser is saved. And use event ID to do whatever you want to save for the event.
Cheers!
I am using gravity forms too. I just added the gravity shortcode unter my events, wehre i need further informations from my attendees. it works fine, but i do not know which event thy apply too 🙁 ho can i add all event information into my gravity forms submission?
EventON is NOT natively compatible with gravity forms, so if you want to pass additional information you will have to do custom work to achieve this.
Couple of options we can present to you: A. You can send us a feature request as a new ticket and have that be voted into development OR B. send us a customization request ticket to develop this for you for a cost.