Countries - country name, country code, phone prefix, etc

Countries - country name, country code, phone prefix, etc

rmeetinrmeetin Posts: 100Questions: 24Answers: 1

I am setting up a table where I will be maintaining registered users. We will need to maintain their country-specific information. I have a table where I already maintain the list of international countries, country codes, and can add international country phone prefixes - and that can be managed through datatables.

The question, can you point me to how to reference this table in the users editor so that I can add the country list without a hack?

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Hi @rmeetin ,

    When you say table, is that a database table remote on a server (if so, use Ajax to access it), or local on the same client page (then you should just be able to use standard jQuery/HTML selectors)?

    Cheers,

    Colin

  • rmeetinrmeetin Posts: 100Questions: 24Answers: 1

    The table is local; the contractor who is now assisting helped me with another form that required joining a second table. What he did should provide a clue to this need as well.

This discussion has been closed.