wordpress-fieldmanager
wordpress-fieldmanager copied to clipboard
Custom field types for WordPress
## Summary There's currently an issue with **repeatable fields**. When we have a repeater that contains nested **FieldManager Groups**, the item itself is saved incorrectly and when the page refreshes...
Consider the following code, in which the `manual` option of `ip_option` is used to conditionally display `manual_ip` which is a text box to allow the user to enter an IP...
Something to get the conversation started. Resolves #834
When a field uses a `Fieldmanager_Datasource_Term` with `'only_save_to_taxonomy' => true`, the field's `default_value` is ignored. For example, in this field intended to replace the default category selection meta box, the...
Hi, we have an issue with Fieldmanager, version 1.3.0, with some custom modification we did. Basically we would like to avoid storing a value in the database if it's equal...
'validation_rules' => 'required' does not work for autocomplete within a group. Didn't test if it's an issue with autocomplete as a whole or just specifically within a group.
Before: After: Various UI issues began after commit fa94a16. Namely: - The fm-drag-icon and fmjs-remove are absolutely positioned in non-bounding containers causing them to float freely and breaks the appearance/usage...
Hi I've noticed when using repeaters ('limit' = 0) that there are validation issues when using the **'validation_rules'** functionality. For example if you have a single field that is repeater...
Change the format of label macro to accommodate multiple fields. The second parameter could either be a single field name as it is now for backwards compatibility or an array...
Currently, Fieldmanager is unable to sort unique fields within a group. In the following example, the children of `example_group` are not sortable: ``` php $fm = new Fieldmanager_Group( array( 'name'...