acf-cf7 icon indicating copy to clipboard operation
acf-cf7 copied to clipboard

Adds a 'Contact Form 7' field type for the Advanced Custom Fields WordPress plugin.

Results 11 acf-cf7 issues
Sort by recently updated
recently updated
newest added

When appending fields with ACF the select box is not loaded properly. To fix this issue I propose to add an event listener for the ACF append event. When this...

PHP Warning: in_array() expects parameter 2 to be array. Issue https://github.com/taylormsj/acf-cf7/issues/4

PHP Warning: in_array() expects parameter 2 to be array, string given in /wp-content/plugins/acf-cf7-field-master/acf-cf7-v5.php on line 197

When it's part of a repeater, the select is initially disabled. When the page is saved it does work for the existing fields.

Updating the selector used in the Select 2 method call. Thanks to @david-treblig for suggesting this fix. Fixes #8

There is a problem with select 2. https://github.com/taylormsj/acf-cf7/blob/master/acf-cf7-v5.php#L263 You can change that selector to ".cf7-select input" because the input element needs to be pointed there and not the wrapper. This...

Hello there I have a cool idea here! How about adding videomail support? https://github.com/binarykitchen/videomail-client Check out the live site https://videomail.io which explains it pretty much. That would enhance Wordpress forms...

The plugin, is not working anymore. It seems like the functionality broke with the latest ACF update.