• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Showcase conditionals custom fields

Kintaro

Active Member
AMS
RMS Premium
Showcase
Pick'em
Sportsbook
is it possibile to bind a custom field to another?

Example:
If in "customField_A" I choose XYZ the "customField_B" will have have 123 and 456 options other ways (if I set ABC in customField_A it will have 987 and 654.

Regards
 
not within the current architecture, no. It would take some seriously extensive architecture changes to do something like that. You'd be much better off in the long run handling complex stuff like that via customization. Custom Fields are designed to be low level simple/non complex "display data" type fields so that you don't have to pay a developer a bunch of money to simply add some non complex display functionality to an addon. They are NOT designed to replace having custom development done to perform complex operations (and by complex, I mean like expecting programmatic behavior between 2 fields).

with that said... you CAN use the values of multiple fields to pass into a phpCallBack block and use those values to perform complex operations and return the results for display. That is something you can do on your own now without any changes to the custom fields system.
 
Back
Top