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.
This module adds the ability to choose whether a webform should be saved to database or not. Within settings of each webform you can choose the option.
Settings
The settings can be found in each webform under "Form settings" -> "Advanced"
What this module does
Webform submission is saved and sent via mail (if configured)
Webform NoSave hooks into and deletes the submission from database (Notice: Uploaded files stay on the server and have to be deleted manually because webform does not attach files to the email)
This module integrates with the WhoSends email spoofing and phishing system API enabling administrators and users to send users email that is tagged with their own secure key image.
Allows field values for Drupal entities to be lazy loaded rather than loaded at
the time of the entity. This can improve performance and memory usage when
This is a library module. It provides no out of the box functionality other then providing an API that other modules can use.
The Webclient API is seperated into three major components:
Webclient
Webclient Formatters
Webclient Proxy
All of the above components were translated to seperate modules so that developers can create a dependency with the functionality they need.
Webclient
Creates an API wrapper around cURL using an OO-based approach thus providing a more intuitive way of managing and retrieving request and response data.