advanced-forms
advanced-forms copied to clipboard
WordPress plugin to create forms using Advanced Custom Fields

The 5.12.3 release adds file upload nonce fields which, instead of being added to the $_POST array like other ACF nonce fields, have been added to the $_POST['acf'] array which...
I'm seeing the following notice when form success message renders fields: `PHP Notice: Trying to access array offset on value of type bool in /../wp-plugins/advanced-forms/wp-content/plugins/advanced-forms/api/api-helpers.php on line 123` Occurs when...
In `\AF_Core_Forms_Submissions::create_submission()`, we make a call to `acf_format_value()` which formats the value for use elsewhere. We did have a report of an issue with the ACF Extended 'Date Range Picker'...
When using tabs to organise fields inside a multi stage form, the tabs aren't hidden/shown depending on the form page. Instead, the tabs all appear at the bottom of the...
When a multi page form loads, subsequent form pages are greyed out and cannot be navigated directly to until the 'next' button has been used to access the page. Once...
Forms have a feature called [filter mode](https://advancedforms.github.io/guides/available-arguments/#filter_mode) which shows the form again with all values after submission. It could be useful to add an option to the block that allows...
The classes are not added anywhere. 
When a field, i.e. a range slider is part of a `Group` a `0` is output as `empty`, but should be 0.   
Pressing "Enter" submits the form, but instead it would be better to go to next page, if there is one.