Hi,
I have a user registration form which contain profile fields and some conditional fields with dependency on group selection as per show some fields and some hide as well . When form submit than hidden fields (which is currently hide) validate, also. Display error message to provide hide fields values as well.
So, Please can any body help me to sort out this issue.
Thanks,
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | latest setting.png | 130.44 KB | ashvin_drupal |
| #2 | registretion_page_issue.png | 540.11 KB | ashvin_drupal |
| #2 | contional_manage_fields.png | 217.81 KB | ashvin_drupal |
| #2 | conditinal_fields_setting.png | 130.55 KB | ashvin_drupal |
| #2 | validation_conditional.png | 28.66 KB | ashvin_drupal |
Comments
Comment #1
vimalgoradiya commentedIf the triggered fields are required fields then in setting of content types conditional field setting form you have to select Disable untriggered fields radio button.
admin/content/node-type/-----------------/conditional
* ----------- means you content type name.
Comment #2
ashvin_drupal commentedHi Vimal,
Thanks to replay.
I have still facing problem.
I have attached screen short here.
Step 1: my Conditional fields setting right now.
Step 2: My fields set with manage fields on content type profile
Step 3: Display Conditional fields on front view for registration page.
we are here conditional fields use because we have to need manage some fields are display based on groups selection and as per required those showing fields as well. But issue some hidden filed which base on other groups, those are validate when form submit. For example if Group 1 selected than only depend on fileds should be required, and removed other as not-required. Currently all the fields are still required which is cantain's form. Please advice.. What we missing..
Thanks,
Comment #3
ashvin_drupal commentedLatest conditional fields setting scree short attached here
Comment #4
peterpoe commented