How can I make a field load based on another previously loaded?
For example: in this code I need the "races"
are charged according to the "faculties".
            <row>
                <field>
                    <dc-schema>uni</dc-schema>
                    <dc-element>faculty</dc-element>
                    <repeatable>false</repeatable>
                    <label>Faculty</label>
                    <input-type 
value-pairs-name="uni_facultades">dropdown</input-type>
                    <hint>Select faculty.</hint>
                    <required>You must select a faculty</required>
                </field>
            </row>
            <row>
                <field>
                    <dc-schema>uni</dc-schema>
                    <dc-element>career</dc-element>
                    <repeatable>false</repeatable>
                    <label>Career</label>
                    <input-type 
value-pairs-name="uni_careers">dropdown</input-type>
                    <hint>Select career</hint>
                    <required>You must select a career</required>
                </field>
            </row>
I hope you can help me.
Thank you.
Emilia.-

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/556b310f-f0f1-4ebd-a549-cc0d22488156n%40googlegroups.com.

Reply via email to