Here is a good example of things we have to think through when adding functionality using the Preview functionality as an example.
- Form contains image upload fields
- User fills out form, and selects images he wants to upload
- User clicks preview button
What do you do with the images? You can't preview them because the form data hasn't been fully submitted yet. You can't show the preview without the images because then they won't get uploaded because they aren't selected via the file dialog box for the form at that point.
These are the type of issues that we have to think through when adding new features and functionality to the plugin, even features that initially sound quite simple like Preview functionality.
It has to be implemented in a way that is easy to use, scalable, and flexible. Even the simplest feature can quickly become complex from an implementation standpoint.
We do plan on adding Preview functionality to Gravity Forms, but it has to be done right.
Posted 15 years ago on Monday October 5, 2009 |
Permalink