Skip to content

Feature Request: Support nested objects #4

@crockpotveggies

Description

@crockpotveggies

This is a feature request for supporting nested objects by doing the following:

<input name="name.first"><input name="name.last">

The above input would render to a JSON object that would look like {"name":{"first":"J","last":"Lo"}}.

The use case for this is supporting custom fields for applications that require customized forms. This allows nesting of any type of data without requiring a Javascript coder to do heavy manipulation either client-side or server-side. Would love to see this, and could possibly contribute myself if you explain what I need in order to set up my dev environment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions