verbb / formie

The most user-friendly forms plugin for Craft CMS.
Other
93 stars 69 forks source link

Checkboxes/Radio "Other" option #1875

Open jaydensmith opened 1 month ago

jaydensmith commented 1 month ago

What are you trying to do?

I'd like to enable an option for Checkboxes and Radio fields to allow the frontend user to select an "Other" option which will show a text input.

What's your proposed solution?

Additional context

No response

engram-design commented 1 month ago

Yeah, this has cropped up before and is extremely common. I actually thought this was already on our roadmap, but looks like it isn't. Definitely something we'll implement.

Storage is one thing to consider for this, as the provided text won't be one that's listed in the options, and will fail validation, so this may be a breaking change, but we'll see!