Problem/Motivation

YAML Form 1.x is becoming an alternative to Webforms 4.x which has not been ported to Drupal 8.

The YAML Form module's UI is based off the Webform module but the YAML Form's underlying API architecture was built from scratch. About 80-90% of the Webform's base features and functionality has been ported to the YAML Form module.

Proposed resolution

Document any Webform 4.x features currently missing from the YAML Form module and decide what needs to be implemented.

Missing Features

Tracking

  • Track anonymous users by cookie and IP
  • Limit anonymous submission by cookie and/or IP
  • Submission limits within time period.

Submissions/Results

  • Exporting results to MS Excel.
  • Analysis

Emails

  • Email templates

Other

Notes

  • This ticket is solely intended to collect the list of missing Webform features.
  • If a missing feature is going to be implemented, it will be handled using a new ticket.

Comments

jrockowitz created an issue. See original summary.

jrockowitz’s picture

Issue summary: View changes
jrockowitz’s picture

biarr’s picture

What about prepopulate fields through URL?

jrockowitz’s picture

@biarr This feature is available under 'Form Settings' and is labeled "Allow elements to be populated using query string parameters."

The Webform trick of using [current-page:query:?] token in an element's default value is also supported.

biarr’s picture

That's great! Seems I missed that feature.

kclarkson’s picture

kclarkson’s picture

jrockowitz’s picture

Issue summary: View changes
fenstrat’s picture

Project: YAML Form » Webform
Version: 8.x-1.x-dev » 8.x-5.x-dev
Liam Morland’s picture

Issue tags: -webform
whizzkid’s picture

Hidden values in Webform 4.x had a Hidden Type. Secure Value could be selected to prevent tampering with hidden values.

jrockowitz’s picture

@whizzkid You can now use the value element to create a internal and secure value.

lslinnet’s picture

Is this list still maintained?

jrockowitz’s picture

Somewhat. The Roadmap is up-to-date .

jrockowitz’s picture

Issue summary: View changes
jrockowitz’s picture

Issue summary: View changes
jrockowitz’s picture

Status: Active » Closed (outdated)
kay.beissert’s picture

What about generating node content from webform submission. I need this to populate event-nodes. This feature was a addon-webform-plugin in drupal 7.

jrockowitz’s picture