Plugin: Formidable Forms
- Added options to allow users other than admins to access Formidable
- Added uninstall button
- Fixed multiple submissions for pages with multiple forms
- PRO: Added
[frm-graph]
shortcode for front-end graphical reports! Default values:[ frm-graph id=x include_js=1 colors="#EF8C08,#21759B,#1C9E05" bg_color="#FFFFFF" height=400 width=400 ]
. Show multiple fields with[ frm-graph id="x,y,z" ]
- PRO: Added "value" parameter to the frm-stats shortcode for counting number of entries with specified value
[ frm-stats id=8 value="Hello" type=count ]
- PRO: Added a field drop-down for searching specific fields on the entries page
- PRO: Added option to allow users to edit any entry instead of only their own and other user-role options
- PRO: Added calendar format option on the Formidable Settings page
- PRO: Changed "entry_id" in the "display-frm-data" to accept multiple entry IDs. ex:
[ display-frm-data id=x entry_id="34,35,36" ]
- PRO: Added "equals" option to if statements. ex:
[if 283 equals=hello]show this if the field with id 283 equals hello[/if 283]