acf-form-shortcode icon indicating copy to clipboard operation
acf-form-shortcode copied to clipboard

Creates a shortcode for implementing acf_form directly in the editor

Results 5 acf-form-shortcode issues
Sort by recently updated
recently updated
newest added

Hi, any shortcode to show only specific fields, rather than showing all fileds in the field group ?

Hello, I found a problem in your plugin which runs `wp_kses()` on all fields using `acf/update_value` in the file `acf-form-shortcode-master\includes\class-acf-form-shortcode.php:170`. The `acf/update_value` hook without selector is a wildcard hook which...

I think you should add an additional check on line 69 of file class-acf-form-shortcode-public.php. In some specific cases I was getting this message "PHP Notice: Trying to get property 'post_content'...

Hi there, Love this plugin! After using this plugin for a year now, we recently noticed an issue. Whenever a user fills in a front-end form and uploads an image,...

The ability to send an email to a recipient when the frontend, acf-form is submitted. Setting the various variables (email from, subject, message and other possible headers, etc). Many uses...

enhancement