i’m trying to figure out how to, rather than letting the panel user select an option from a select box, let them build a select box that shows up on the page. this is the way we’re thinking of implementing chapters in the tutorial videos on the documentation site we’re building, bc of that it’d be nice to associate a timecode with each option but i can just ask for specific formatting. dunno if it’s the way to do it but it sure is a way
I assume you mean on the frontend? Then probably a structure field or a blocks field with maybe a custom block.
oh yeah structure field looks promising, didn’t even know about that one lol
is there a field for picking lengths of time rather than the time of day? time is time of day and date is… date… is there something for… timers perhaps? i can just use text fields, but that’s obv a bit worse in terms of making sure the user uses the right syntax…
No, there is no such field.
You could create a custom field, or at least put a validation pattern on the field.
good to know. thanks for the help