掲示板

Structure Field reliant on another field in the structure

6年前 に Ryan Smith によって更新されました。

Structure Field reliant on another field in the structure

New Member 投稿: 8 参加年月日: 16/07/28 最新の投稿
Is it possible to create a structure with 2 fields, 1 is a repeatable text field, the other is a select field. I want the select field to show all of the text fields that has been input.

Exactly what I'm trying to do:

Content Creator puts in a Discipline and associates an image to it. They type a person's name and then choose the person's discipline from the list of disciplines he has already created.

Later I will have a sorting option so that they can sort via Discipline name and find the person this way.
6年前 に Ryan Smith によって更新されました。

RE: Structure Field reliant on another field in the structure

New Member 投稿: 8 参加年月日: 16/07/28 最新の投稿
I just thought about this:

Instead, I could make them all text fields instead of Select fields, and in the template use javascript to make sure that Person's Discipline.text == Discipline.text

I would still like to know if it's possible to use the Select fields instead because the thought of using javascript to make sure the fields match leaves a lot to user error.