I would like to use the Formidable Forms WooCommerce extension to gather additional registration data from users before they add tickets to the basket.
This plug in, which attaches to the woocommerce_before_add_to_cart_button, seems to work OK when viewing the ticket as a WooCommerce product, but the Events Tickets Pro does not seem to be using that hook.
I would use the custom fields Events Tickets Pro offers, but I need the data saved in the user profile and editable. The events are community events and we want to have a drop down to select a participant, and the participant will have another form with their details, allergies etc. A family might have one account, but 4 different participants, so need 4 forms filled in.
Is there a way to get the Events Tickets add to cart to fire this plugin like the WooCommerce page does?