So I set up a HTML element in my webform - give it the key “address 1” expecting it to output <div id=“address_1”> but instead I get <div id=“edit_address_1”>
This happens to all the elements - how can I remove “edit” - I’m working on building a payment form with a 3rd party gateway and can’t change the IDs in the form elements.
Is anyone aware of a Drupal distribution that gives you an OpenID Connect (https://en.wikipedia.org/wiki/OpenID_Connect) provider out of the box? I know there are various modules for OpenID and OIDC, but I'm looking first to see if there's a distribution to explore first. Thanks
Is there a module that functions like a knowledge base? I'm thinking of putting together a site for work that lets users post technical information, code, concepts etc. that they want to capture and make available for all developers. I know I could use a wiki but I don't really like them. I searched the modules a few times but either I used the wrong keywords or a module doesn't exist. A module that is a simplified StackOverflow would be interesting but I'm open to something simpler as the users will all be trusted. Thanks
One of the elements of my webform is a dropdown list that has a Jquery function assigned that when changing its value shows a message where the form will be sent depending on the chosen value.
The email value is also assigned to a hidden field that is used in the submission of the form to send the email.
This works correctly when all required values are entered and the form is successfully submitted.