Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I'm new to drupal. I'm using drupal 7 version. I have created one webform with Name, gender, programme, branch, district, college..etc fields. And now I want to customize webform result submissions page. I want to display the submission list based on the district selected. Can anyone help me with this? I will be very thankful.

share|improve this question

1 Answer

I believe we have less options left while displaying webform submission results but we can always do it with node form and can easily enjoy cck fields flexibility.You can create a content type with same set of fields s on webform and can allow permissions to create node of that content type for user roles as oer your requirement, the simply create a view of that content type and you will have all options over there to filter, group your results to any field you want.

share|improve this answer
here is the way to create content type go to structure->content type->add content type give name to your content type click on save and add field does that make sense? then on the next form add cck fields, remember you can not unset the title field over there but can rename it to first name etc. – arpitr Apr 22 at 6:41
thank you arpit. – Sravz Apr 22 at 6:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.