#5191 closed enhancement (duplicate)
Conditionals profile fields
Reported by: | _DorsVenabili | Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | normal | Version: | |
Component: | Extended Profile | Keywords: | |
Cc: |
Description
This is a enhancement ticket to suggest to add conditionals profile fields to the Extended Profiles module.
The idea is to be able to create a profile field that only will appear in the register page if the user select a specific option in other profile field.
Change History (4)
Note: See
TracTickets for help on using
tickets.
As we discussed at WordCamp Europe, I think this is a great idea. I would like to see it as a plugin first, which should be fairly straightforward. I'd imagine there would be two basic parts:
1) Some Javascript that'll manage the conditional fields on the front-end. (I'm not sure what noscript support would look like for conditional fields.)
2) Some sort of UI for administrators to configure the conditional fields. This will probably be more complex than the actual user-facing stuff. I think that between xprofile fieldmeta and the existing hooks/filters on the xprofile field administration panels, you should have everything you need to build the plugin; but if you don't, we'd be happy to add any necessary hooks.
If anyone manages to build even a simple prototype, please don't hesitate to share!