Add reCAPTCHA to Framer forms to prevent spam and verify form submissions.
When someone starts filling out a form and doesn't finish, save it to their device and load it when they revisit the website so they can continue where they left off.
Add a component that shows the current value of a form input as a text label. For example, you can create a name input, then show the user's name later in the form by referencing the name input. โฌ๏ธ
Add an option to allow uploading multiple files to a file upload input. The current workaround is to create multiple file upload inputs in the same form, with only the first one being required and others being optional.
Create a component that lets you add values from fields in the form to the redirect URL as URL parameters. For example, if you have a field named "firstName" and write "Isaac", it would be added to the redirect URL like this: https://example.com/?firstName=Isaac
๐ Problem Statement Currently, when users abandon a multi-step form in Framer, all their entered data is lost. This results in missed opportunities to: 1. Capture leads who might be interested but got interrupted 2. Understand at which step users typically drop off 3. Follow up with potential customers who showed initial int...
If an image is on the clipboard, make it possible to paste it into a file upload input instead of having to select it as a file from your computer.
Add a rich text / formatted text input for Framer forms, similar to the formatted text editor in the Framer CMS. Example from GitHub:
Assign points to answers and present a text/video result based on the accumulated points and points ranges.