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 Drupal with Bootstrap 4 theme. I want to hide the modal when I click on a link or on a form-submit in the modal. How to hide the modal automatically ?
If anyone has a sample website style guide they'd be willing to post or send me that would be appreciated. scott.render@louisvilleky.gov We are working to create one as an addition to a branding guide we've been using. Thanks.
I am using drupal 8.9.10
I have a content type with several text field, and a file field too.
My problem is:
- I have to call an external web service.
- This web service receives a file and returns it with a verification code.
- I have to add this file to the file field
and finally save all the content
I am a beginner in drupal, I have been looking at tutorial to create custom modules and I don't know how to develope this.
I don't know if it is necessary to create a module or create a custom field