I am working on an event listing/registration website. A sample of an event registration form is: http://vday.rdc-dev.com/event/champaign-area-2013/
1) I am using Types and Views to create the custom Event post type. (therefore I can make a custom field for each option if needed.)
2) I want to use Gravity Forms to create a registration form for the event where they select their meal and calculate their total cost
3) I don't really want to have a unique form for each event because the people entering the event data may or may not be able to handle adjusting the form itself to reflect the meals. (Unless someone can suggest a way to have them only be able to access the two fields I want them to change?)
In the options for the event, I have the person entering the data specify a) what the meal choices are and b) what the cost / meal is
I would then like GF to pick up that info and populate the relevant fields in the form (you can see that for now I just have "generic" options and expect the person filling out the form to look up the right values from the list above.)
I am happy to give access to the site if that will help
Any help would be greatly appreciated.