populate dropdown from unlinked table

populate dropdown from unlinked table

wijwijwijwij Posts: 52Questions: 11Answers: 0

Hi
I searched for help with this request but couldn't find any clue!
Simply; I want to populate a dropdown list inside the editor form from a different table that is not linked to the main table

any help appreciated

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    You would need to either make an Ajax call to an end-point on the server to get that data (this blog post here is doing something similar - see countries), or you could ack that data into the data sent to the table originally and use ajax.json() to get access to it,

    Colin

  • wijwijwijwij Posts: 52Questions: 11Answers: 0

    I will give it a try. Thank you, Colin

Sign In or Register to comment.