ndolph Posted January 29, 2015 Share Posted January 29, 2015 I'm working on a website that needs to be able to post events... I've got a basic system going with the following -> event_date event_title event_location So far, I can print out an event list, and pull up a full event page, but I need to expand it a bit and I have some questions... I need to include repeating events, and in order to do this I suppose I need the option of selecting a repeating event, or one time event. When selecting this, I figure they would hit a check box for "Repeating Event" and it would disable input on a single event, and enable a fieldset for a repeating event, with the option of repeat on the date, or repeat on the day of the week. Am I able to dynamically (ajax or jquery or something) enable and disable fieldsets during the creation of the event in the admin panel? Link to comment Share on other sites More sharing options...
ndolph Posted January 29, 2015 Author Share Posted January 29, 2015 I've figured this out, for anybody searching it is under... Setup -> Fields -> field_name -> Input -> Visibility -> Show this field only if... It is now doing what I wanted it to do 1 Link to comment Share on other sites More sharing options...
renobird Posted January 30, 2015 Share Posted January 30, 2015 Glad you found it. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now