By aman684 on
Hi
I wanted to implement on/off feature on cck fields for user sign up form. i have created new fields for sign up page through: admin->config->people->accounts/fields.
Here i have 2 fields like 'id proof and secondary id proof'. I wanted to show/hide these fields as county wise which would be managed by admin. So i wanted to know How toimplement this. Can anyone help me to sort it out??
Thanks in advance.
Comments
---
You might want to check out the Auto Assign Role module. This would allow you to create multiple registration forms to collect the information based on the county. I'm guessing you could probably create a block with PHP to list the counties and then depending on the one selected, send the user to the correct form. Of course that might be built into the module already.