Plugin: Formidable Forms
- Add drag and drop file uploading
- Add options to set the file size and count limits
- Merge the upload importer plugin into main plugin
- Filter the media library so uploads in forms can only be viewed by those with permission to edit entries
- Don't allow direct viewing of attachment pages
- Add file protection options per form to prevent direct access to files
- Add a prefix to the attachment slug to prevent the attachments from using top-level slugs that would be better used elsewhere
- Process files during validation if javascript errors on the page, or if browser doesn't support the in-place file uploader
- Include the error message at the top of the page when there are ajax validation errors
- Add frm_image_html_array hook so we can tie in with modals soon
- A bunch more escaping output
- Move file creation for stylesheet to its own file for an easier API
- Add an option to use text calculations for combining values instead of requiring math operations
- Add age shortcode for use in calculations. Use [age id=25] in a calculation, where 25 is the id of the date field.
- If a calculation doesn't have any field triggers, trigger it on load
- Fixed calculations using multiselect fields across page breaks
- Fixed date calculations with an empty date field. The calculation will now wait until any date fields have been filled.
- Only use ajax validation when ajax submit is turned on to prevent double validation checks