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.
Is there a method to map roles defined in Drupal and roles defined in WSO2? So, is there a method to create on-fly ad user account on WSO2 server when someone want to register to my Drupal website?
So I'm using the Webform module. What I ideally want to happen is:
Each time a user visits the Webform (contact page) i.e. localhost/sitename/contact the URL isn't a alias i.e. something like localhost/sitename/contact123akewlkmwlk19109 - and a new URL gets generated each time a user visits this page.
I'm linking back to the webform via the email notification. The [submission:url] at present looks like:
There is a Content Block in Block Layout to display site's contents, and also there is a Content in View. When I remove the Content Block in the Block Layout panel, nothing happend because our View still hold the Content for us. So here is the question, since View has the Content displayed, what's the purpose of the Content Block?
We are using the reCAPTCHA v3 module and have it working. We have the reCAPTCHA v2 module installed and it is acting as the fallback if the user fails automatic score-based validation.
It is working great except that the both reCAPTCHAs only show up on the first page of the webform. Being a number of pages and having a number of fields to fill out, we do not want to discourage the user by showing a reCAPTCHA right away on the first page.