Learn how to quickly and easily create custom ACF blocks for the WordPress block editor (Gutenberg) using our ACF Theme Code Pro plugin. Theme Code Pro will generate all the necessary block registration and template logic – you just need to bring the HTML & CSS to suit your project needs. Video Transcript Hey. Phil […]
Version 1.6.6 of Advanced Forms Pro was released just a few days ago and with it came some interesting little enhancements to the calculated field that allow you to do the following: Trigger calculated field rerenders whenever needed. Intercept the rendered preview markup and append it anywhere you need it on the page. This is […]
We never share your data.
Read our
Privacy Policy
Learn how to pre-fill fields in Advanced Forms in the video. We’ll run through a simple text field example then move onto complex fields using a repeater and a group field to illustrate how to work with ACF’s complex field data structures. Video Transcript Hey, it’s Phil here from Hookturn and in this video I […]
Creating forms with multiple stages in WordPress is really easy using our Advanced Forms plugin. Watch this video for a quick look at how you can create your own multi-stage forms. Video Transcript Hi, Phil here from Hookturnand I just wanted to take a few minutes to show youhow easy it is to create multi-stage […]
If you are using the ACF Custom Database Tables plugin and have opted to bypass core metadata storage, you’ll likely end up in a situation where you need to create a WP_Query based on data from your custom tables. The basic approach here is to: Write some SQL that queries all post IDs matching your […]
We recently had a request as to how you could prevent ACF Custom Database Tables from querying custom table data when using ACF’s get_field() function. This isn’t something we had built-in but for anyone needing to implement this, you can use the following code to achieve exactly that. A few things to keep in mind: […]
ACF Custom Database Tables 1.1 is now in beta and we’ve got a few features that we hope you’ll love! Control your column data types Using a few simple filters, you’ll now be able to control the data types of your custom database table columns. Until now, we’ve stuck to the type WordPress uses for […]
Storing form entries in custom DB tables is a cinch when using the Advanced Forms plugin in combination with the ACF Custom Database Tables plugin provided you know how to connect the pieces. Fortunately, all this can be done from within the WordPress admin so you don’t need any code snippets to make this work. Step […]
If you use Relevanssi to handle your WordPress search queries, you can learn how to add support for your custom database tables in the following video: Resources for integrating ACF Custom Database Tables and Relevanssi Relevanssi support article Gist containing example code
Product news, tips, and other cool things we make.
We never share your data. Read our Privacy Policy