You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Export
PoC of Franklin Forms Import https://main--afb--adobe.hlx.page/doc/import
The text was updated successfully, but these errors were encountered: