Shortcode Popups for WordPress editor
Nearly every WordPress Theme benefits from a dynamic structure of shortcodes. The little piece of code gives one extra control over the layout ,allowing editor to put the structured content whenever needed. Their flexbility lets one reuse common content and create...Customizing ACF Recent Posts with filters
Why the hooks? Given some interest in extending our plugin we’ve decided to list the custom plugin available filters. We’ll be covering the fact on how to get rid of the default filtering and how to create custom filtering functions that may extend the...Gravity Forms – dynamic form reloading
Introuction Imagine you’re using a Gravity Forms form inside a popup, and it relies on ajax submission. Here’s the issue: after you submit the form, close the popup, and then reopen it, the form remains stuck in its submitted state. To submit it again,...Gravity Forms – redirect send form values to external API
In this tutorial, we will delve into a highly practical topic: identifying the appropriate Gravity Forms hook to effectively transmit the data we’ve gathered from our various forms to an external form while implementing a redirect.