advanced-forms icon indicating copy to clipboard operation
advanced-forms copied to clipboard

WordPress plugin to create forms using Advanced Custom Fields

Results 39 advanced-forms issues
Sort by recently updated
recently updated
newest added

![CleanShot 2021-08-13 at 14 32 09@2x](https://user-images.githubusercontent.com/353790/129403713-0a015064-7897-41fa-b5e2-dc4b9873dee8.png)

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...

bug

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'...

enhancement

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...

enhancement
af:multi-stage-forms

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...

enhancement
af:multi-stage-forms

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...

enhancement

The classes are not added anywhere. ![image](https://user-images.githubusercontent.com/504835/178421740-30f34289-ac75-48b7-b7f6-6cabfbe6b6d2.png)

When a field, i.e. a range slider is part of a `Group` a `0` is output as `empty`, but should be 0. ![opera_2022-06-28_17-52-05](https://user-images.githubusercontent.com/504835/176224880-ef089d8d-1fba-4e1c-98c4-b77b094beefb.gif) ![image](https://user-images.githubusercontent.com/504835/176225044-10fc0c6e-4120-4dd4-8c69-e92192d025ef.png) ![image](https://user-images.githubusercontent.com/504835/176225098-1f675d7e-b249-4e84-b956-2f63cea4637a.png)

Pressing "Enter" submits the form, but instead it would be better to go to next page, if there is one.