-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
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
Labels
No labels