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

Add "Custom Field" field #2208

Open
engram-design opened this issue Jan 5, 2025 · 0 comments
Open

Add "Custom Field" field #2208

engram-design opened this issue Jan 5, 2025 · 0 comments
Milestone

Comments

@engram-design
Copy link
Member

In reference to a few new field suggestions:

Rather than adding new fields for each of these (and more in the future), which serve to clutter the form builder, I propose we build a single "Custom Field" field that allows you to add support for any Craft field, or plugin-provided Craft field.

However, we'll still need to opt-in support for each field, as we need to define a few things for a Formie-enabled field:

  • Front-end template
  • Field settings (Formkit-compatible)
  • Email Notification template
  • Integration, export and string representations

But the benefits of having a field geared towards Craft custom fields are:

  • Submission editing in the control panel UI is sorted
  • Field normalization is provided by field implementation
  • Less fields to manage in the form builder
  • Developers can provide their own support for their Craft field in Formie
@engram-design engram-design added this to the 2.2.0 milestone Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant