First, thank you for such a beautifully simple and practical plugin.
I'm trying to create a registration form for a conference. There are three registration options: Individual, group, and student/senior.
I'd like to create three different multiple choice sets with Early Bird pricing, regular pricing, and late registration pricing. I was looking for a way to make these conditional: if today's date is before the early bird cutoff date, only the early bird options are visible; if between the early bird date and the late reg. date, the regular pricing; and after the late date, the late pricing.
I tried inserting a hidden date field and thought I could make the three pricing options conditional on the date, but that doesn't seem to work. I see others in this forum asking similar, but maybe more complex, questions, and the answers all seem to involve jQuery.
I don't know the first thing about jQuery and my client needs this up ASAP, so if it involves jQuery, I'll just put all options up and leave it up to the user to determine which to choose. But I just want to make sure I'm not overlooking something simple.