Maintainers strive to actively monitor issues and respond in a timely manner.

Webform NoSave

Please you the following module instead

This module is a sandbox module, in the meantime a stable module has been released which can be found here:
https://www.drupal.org/project/webform_clear

---

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

  1. Webform submission is saved and sent via mail (if configured)
  2. 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)

GIT

Clone the 7.x-3.x version:

git clone --branch 7.x-3.x http://git.drupal.org/sandbox/sense/1895002.git webform_nosave

Clone the 6.x-3.x version:

git clone --branch 6.x-3.x http://git.drupal.org/sandbox/sense/1895002.git webform_nosave

Supported webform versions

  • 6.3 branch
  • 7.3 branch
  • 7.4-alpha6 (tested by lykyd)
  • 7.4-alpha8 (tested by MrWatergate)

Dependencies:

Author

Who Sends API Integration

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.

Lazy Entity

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

kursplanering.se

A Features package used at kursplanering.se.
(This is not a project intended for public use, just a repository for one of my projects.)

Random Node Load (via Ajax)

This an example module I wrote to expriment with the Ajax framework.

Webclient

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.

As of WebClient 7.x-1.2 integration with the Drupal HTTP API is available without the need of additional extensions or modules. See #1930196: Override drupal_http_request() using Drupal variable for more info.

Webclient Formatters

A formatter is way of transforming raw response data into usable data, e.g. converting a JSON string into an object or array.

The Webclient Formatters module provides the following MIME type support out of the box:

  • application/json
  • text/xml
  • text/html

However new formatters can be added using the hook_webclient_response_formatter_info().

Webclient Proxy

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained