Skip to content

Supporting Form in Importer UI #157

@jalagari

Description

@jalagari

The current version of Importer UI does not recognize the Form definition available on the page due to which author must manually create excel file based on Form definition and include it exported page.

Proposal

Enhance importer to scan for Form elements available in page and convert it as JSON definition and represents it either in markdown or separate section.

  • Scan for form available in page
  • For each form create form definition based on input field found in form.
    • Extract the options available in select (both value and display value)
    • Extract checkbox value and display value.
  • Use HTML 5 Standards for identifying the constraints applied in input fields and persisting it in form definition Json.
  • We should be able to identify grouping, field label, description and help description If form markup compliance with the Web Accessibility Initiative.

Export

  • Provide option to Download as Excel or Copy to Clipboard.

PoC of Franklin Forms Import https://main--afb--adobe.hlx.page/doc/import

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions