Webform prefill

Categories

Component ID

2577531

Component name

Webform prefill

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1329

Component created

Component changed

Component body

This module makes it possible to prefill webforms.

Features

  • Remember values in webforms for the current browsing session.
  • Values are stored on the browser side.
  • Prefill values in webforms using a link (in a cache friendly way).

Setup

  • As soon as you enable the module all values entered in webforms will be stored in the prefill sessionStore and used to prefill forms when they are loaded. All values are keyed by their form_key (as configured in webform).
  • You can put specific values into the prefill sessionStore by using special links (ie. http://example.com/#p:form_key=value&other_form_key=other_value). This also works if the link does not point directly to a form.

Installation

Download ind install all dependencies. Then install it like any other drupal module.

Dependencies

This module depends on:

The module makes use of the browser's sessionStore. It won't work in browsers blocking it.