Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor fireproofsocks

    (@fireproofsocks)

    You would have to build your own Ajax controller to handle that request and then modify the HTML used for that field so it had the correct CSS IDs to act as targets for the Javascript manipulations. See this page: http://code.google.com/p/wordpress-custom-content-type-manager/wiki/CustomizingManagerHTML — you can modify the HTML used by that field to include the necessary Javascript calls and functions.

    Fair warning: What you’re after is not trivial. You have to do a lot of dev work to make a clean UX like that.

    Thread Starter freaksauce

    (@freaksauce)

    Thanks for your help, I’m updating the regions select from static arrays that I saved in a php file in my theme dir using ajax so it was actually easier than I thought it would be once you had pointed me in the right direction. Thanks again for your help, just sent you a thank you donation.

    Plugin Contributor fireproofsocks

    (@fireproofsocks)

    Glad you got it all worked out! Thanks for the donation!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Custom Content Type Manager] Populate drop down custom field from another custom field in P’ is closed to new replies.