The default language of any content posted is English. Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the
Help page. Found a dead link? Use the report button!
Information: Safety & Support
Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use. Consider buying licenses to support developers. Your security is our priority.
Post type editor: Added “Prefill value” support for the following field types: Text, Number, Texteditor, Email, Date, Time, Phone, URL, Switcher, Color, Select, Multiselect, Taxonomy, Location, Title, Description, Post relation.
– Prefill values are applied to fields when creating a new post
– Prefill values can be set using dynamic data with access to the Author, Site, and Page dynamic data groups. Page group references the page or post which contains the submission form widget.
– Prefill values can be applied via URL using Query Variable dynamic tag
– Prefill values can also be applied to fields within Repeaters
– Prefill values assigned to fields in the “Profiles” post type are applied on the user registration form
Post type editor: Added support for pattern-based (regex) validation for Text fields
Post type editor: Added “Is hidden?” checkbox to visually hide the field on the submission form. This option is available for all field types that support Prefill value.
App events: Added new “User received new follower” and “Post received new follower” events (in WP Admin > Voxel > App Events > Timeline)
Taxonomy field: Added support for accessing Term Area and Color fields through Post dynamic tags
UI HTML field: Added support for dynamic data in the field content
Dynamic tags: User > Membership plan > Pricing dynamic tags: Added tags to retrieve payment status and initial purchase date
Timeline: Added “Purge timeline & follow stats cache” action in WP Admin > Timeline > Settings > General
Work Hours: Extended list of dynamic tags available for the Work Hours field:
– Each weekday schedule can be accessed through @post(work-hours.mon) to @post(work-hours.sun)
– Current weekdays schedule can be accessed through @post(work-hours.today)
CPT editor: Added new “Post author” setting in Post type editor > Additional Options to enable the WordPress native author column and author metabox
App events: Added new “Personal data export requested” event (in WP Admin > Voxel > App Events > Membership)
Dynamic data: Added new .first(), .last(), and .nth() modifiers to access specific items within data lists (e.g. repeaters, post categories, recurring dates, etc.)
Field conditional logic: Added new setting to set whether the field should be shown or hidden when conditions are met
Order by filter: Added “Buttons Alt” display mode
Developer: Added hook for registering custom app events: voxel/app-events/register
Developer: Added hook for registering custom app event categories: voxel/app-events/categories
Developer: Added hook for applying custom currency formatting: voxel/currency_format