I have an event where you can have Dr's sign up at one price and staff sign up at a different price. How can I setup events so that we can prompt for how many doctors and how many staff?
Hello. You need to generate the price variation from a selection field, either a dropdown or a radio button. Have the user choose if they are registering as a Dr or Staff. You set a fee for each value. You can also set a limit on each one so you can only accept X number of Drs and X number of Staff. You can set the base event price as 0.00 then bring the fees from this field... or set the base price as something else, then modify the price (up or down) as needed with the field. Either way will work.
See our video tutorial on selection fields to see examples and more explanation for this. Thanks!