I'm using drupal 7.55. I've added a webform on several pages using an entity reference of a webform. However, i'm not able to view it as an unauthenticated user but i can view it as authenticated user.
I've carefully checked roles and permissions several times for this entity reference and it is set to admin role as well as anonymous users.
What else can i do regarding this ? Please help thanks.
I have tried to move to the brand new GitLab CI for testing, following the guidelines on this documentation page.
Basically I've added a .gitlab-ci.yml, which is an exact copy of Drupal Association's template.gitlab-ci.yml (as renommended on that page). And, indeed, doing so automatically triggers a test pipeline. So far, so good.
I'm getting to grips with custom code in D10 after several years of simple development in D7.
What code should you use in the Form Submit function shown below? (In D7 I think it was $form_state['redirect']='pets'; to send the user to the pets Views listing.