Countries - country name, country code, phone prefix, etc
Countries - country name, country code, phone prefix, etc
rmeetin
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?
This discussion has been closed.
Answers
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
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.