简体   繁体   中英

Are Drupal webforms built using HTML?

I want to know what kind of code is behind Drupal webforms. Is it all HTML with the input tag?

Other than Drupal, what is mostly used to build webforms?

This should get you started https://www.drupal.org/docs/8/modules/webform https://www.drupal.org/docs/8/modules/webform/webform-features

The webforms are rendered as HTML, but are stored as Drupal entities in MySQL. The submissions from the HTML are also stored in MySQL based on the schema. I can't see any public documentation around what the specific schema is for webforms, but if you want to know the place to ask would be here https://www.drupal.org/project/issues/webform?text=&status=All&priorities=All&categories=4&version=any_8.x-&component=All

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM