https://github.com/beapi/bea-acf-wp-forms
ACF field to select one or many WP Forms.
https://github.com/beapi/bea-acf-wp-forms
acf plugin wordpress wordpress-plugin wpforms
Last synced: 7 days ago
JSON representation
ACF field to select one or many WP Forms.
- Host: GitHub
- URL: https://github.com/beapi/bea-acf-wp-forms
- Owner: BeAPI
- License: other
- Created: 2017-08-28T13:49:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T08:24:56.000Z (2 months ago)
- Last Synced: 2025-04-22T15:12:21.175Z (7 days ago)
- Topics: acf, plugin, wordpress, wordpress-plugin, wpforms
- Language: PHP
- Homepage: https://beapi.fr
- Size: 125 KB
- Stars: 4
- Watchers: 7
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README

# BEA - ACF WP Forms
Add an ACF field to choose existing WP Forms.
Let's say you want to display a unique WP Form into a specific page. Create an ACF Field to select among available WP Forms from your site, then display it using the helper of with custom code.
# Installation
## Requirements
- [Advanced Custom Fields](https://www.advancedcustomfields.com/pro) 5.6.0+
- [WP Forms](https://wpforms.com/)## WordPress
- Download and install using the built-in WordPress plugin installer.
- Site activate in the "Plugins" area of the admin.
- Optionally drop the entire `bea-acf-wp-forms` directory into mu-plugins.
- Nothing more, this plugin is ready to use !## [Composer](http://composer.rarst.net/)
- Add repository source : `{ "type": "vcs", "url": "https://github.com/BeAPI/bea-acf-wp-forms" }`.
- Include `"bea/bea-acf-wp-forms": "dev-master"` in your composer file for last master's commits or a tag released.
- Nothing more, this plugin is ready to use !## Contributing
Please refer to the [contributing guidelines](.github/CONTRIBUTING.md) to increase the chance of your pull request to be merged and/or receive the best support for your issue.
### Issues & features request / proposal
If you identify any errors or have an idea for improving the plugin, feel free to open an [issue](../../issues/new). Please provide as much info as needed in order to help us resolving / approve your request.
# Who ?
Created by [Be API](https://beapi.fr), the French WordPress leader agency since 2009. Based in Paris, we are more than 30 people and always [hiring](https://beapi.workable.com) some fun and talented guys. So we will be pleased to work with you.
This plugin is only maintained, which means we do not guarantee some free support. Consider reporting an [issue](#issues--features-request--proposal) and be patient.
If you really like what we do or want to thank us for our quick work, feel free to [donate](https://www.paypal.me/BeAPI) as much as you want / can, even 1€ is a great gift for buying cofee :)
## License
BEA - ACF WP Forms is licensed under the [GPLv3 or later](LICENSE.md).