Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have the Views and Groups Module installed and enabled. I want to create a view that shows all groups except for group 66. I was following these steps but I got stuck on step 6. I cannot find Group ID on the Filter Criteria. I do see group ID on the list for groups. How can I fix this? I am using Drupal 9.
Steps I was following to create a view that shows all groups except group 66
Make sure you have the following modules installed and enabled:
We have written a Drupal module controller. It allows a user to select a course then enroll in the course. Upon successful enrollment the user is allowed to select another course and enroll in that course. After doing the enrollment process successfully 5 to 6 even 12 times in a row the course enrollment fails with this error in the browser console.
I have a custom form in which I want to add several inputs. In the following test, I add a "car2" field. Visually I can see the new input created, but when I submit the form, "car2" is not present in $form and $form_state, there is only "car1".