Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting Form in Importer UI #157

Open
jalagari opened this issue Apr 14, 2023 · 0 comments
Open

Supporting Form in Importer UI #157

jalagari opened this issue Apr 14, 2023 · 0 comments

Comments

@jalagari
Copy link

jalagari commented Apr 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant