Plugin: Formidable Forms
Several more features have somehow slipped into this version in addition to the expected bug fixes.
- Added star ratings. Switch any scale field to be displayed as stars for easy ratings. Enable stars by opening the field options for any scale field and check the box to "Show options as stars." If you would like to display the average rating with stars as well, type=star has been added as an option in the frm-stats shortcode.
For example [ frm-stats id=5 type=star] - Delete ALL entries. Added a button to delete ALL entries in a form at the bottom of the entries page.
- Importing. Added option to use a previously uploaded CSV for import so new upload isn’t required when reimporting. Also updated importing to support checkbox fields.
- Graphs.
- Added x_start and x_end for defining a range.
For example [ frm-graph id=25 x_axis=26 x_start='2011-10-01' x_end='2011-10-31'] - Replaced id2, id3, id4 with ids parameter that accepts a comma separated list.
[ frm-graph id=24 ids="25,26,27" ] - Added show_key for showing a legend. Show the legend with show_key=1
- Change the font size with show_key=20 where 20 is the font size.
- Added grid_color for changing the color of the lines on the graph. grid_color="#000000"
- Added min and max options for setting the range of the y-axis.
[ frm-graph id=24 min=5 max=10]
- Added x_start and x_end for defining a range.
- Corrected conditional logic for greater than/less than options and when multiple fields using the "all" option are dependent on a single field
- Added a password field type
- Added like parameter for inline conditions in custom displays. Example: [if 25 like="hello"]That field said hello[/if 25]
- Added option to change the text on the submit button in the frm-search shortcode. Example [ frm-search label="Search"]
- Dependent Data from entries optimization