First up, great module. Exactly what I need for gaining extra data after a user signs up via some social media means.

The problem I'm having is that I'm using the conditional fields module to show 3 extra text fields (2 of which are required) if a specific value in select list (also required) is selected. The issue is that i'm getting sent to the 'Complete your profile' screen even when the dependent value isn't selected.

Would love to get your input on a possible solution for this.

Comments

mostafa maklad’s picture

Issue summary: View changes
StatusFileSize
new1.35 KB

You can apply that patch to this version 7.x-1.x-dev

rgnyldz’s picture

I don't know if it's related to this issue but I get "Uncaught TypeError: Cannot read property 'Dependent' of undefined" in my console. It is pointing to "Drupal.states.Dependent.comparisons['Array'] = function (reference, value) {"

rgnyldz’s picture

Ok, I found out that If there is a conditional field configuration, the subfields have to be required (Obviously). I hope this helps someone else ;)