Check if email already exists in WordPress
Add a custom Twig function to verify if user with given email already exists.
Twig Page Rendering
Learn how to use Twig for rendering entire pages in DataPress, including different modes, advantages, and best practices to avoid common issues.
Accessing Choice columns metadata
When custom forms include a choice column (previously known as an optionset or a picklist), access to the metadata is required to include all possible values as part of the markup, usually as a SELECT HTML tag.
Add current WordPress user to Twig
To add WordPress user as an object to Twig, use the following code:
Add Twig in header/footer
To inject dynamic data outside of the page content, you can use direct code in header.php or footer.php to render the dynamic content: