I'm setting up a custom post type called "events" and using Gravity Forms with the auth.net addon for purchasing seats at the events. There will be multiple events with different names and prices. For simplicity (for my client) I'd like to use one form for any event registration and just change the price of the product based on a price set in the CPT at the time the form is rendered. Ideally I would also like to change the name of the product being purchases at the same time. Is there a way to alter these aspects of the form at runtime using a WP filter or hook?
Thanks for your help.