Accessing bound user contact details
Master user binding retrieval in DataPress. Use PHP UserService to access current user information and linked CRM account details.
Master user binding retrieval in DataPress. Use PHP UserService to access current user information and linked CRM account details.
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.
To add WordPress user as an object to Twig, use the following code:
To add a custom function use following filter:
Troubleshooting 403 errors when adding registrations in DataPress.
Learn how to automate WordPress user lifecycle events (Create, Update, Delete) using Power Automate flows.
This page explains how caching works in DataPress and how you can configure it to improve performance or debug your site.
Add a custom Twig function to verify if user with given email already exists.
How to clear the DataPress cache via the admin interface or REST API.
Step-by-step guide on updating an expired client secret in DataPress.
Install Solution
Install Solution
How to enhance security for Dataverse integrations using the ICDS_TWIG_USE_PRIVILEGES flag.
Entity binding provides quick and easy way to associate a page with a specific row in a Dataverse table. Row id can be passed as a parameter or an alternate key can be used out of the box. For example, if we define an alternate key called Account Number for an account table that uses accountnumber column then we can configure account page binding as following:
Features of working with different types of fields.
How to create custom forms
Custom Forms let you capture data from your WordPress site without using Power Apps or Dynamics 365 forms.
DataPress Premium functionality
Overview
Features of working with different types of fields
Guide on enabling user profile editing in DataPress. Link WordPress users to Dataverse records using PHP filters for secure CRM data updates.
Build your forms and write custom twig code using Elementor!
Details of supporting Elementor.
Comprehensive guide to troubleshooting DataPress forms by enabling detailed error logs.
A collection of practical Twig examples for DataPress, covering record rendering, user info, metadata access, formatting, lookups, choices, currency, and more.
A concise guide to configuring FetchXML queries, templates, and filters in Twig with DataPress.
Practical one‑line FetchXML examples demonstrating common query patterns in DataPress.
FetchXML is the native query language of Microsoft Dataverse (Dynamics 365 / CDS) used to retrieve records using conditions, joins, filters, and attributes.
Guide to using the Fields Binding feature in DataPress, allowing you to display and format Dataverse column values with custom Twig code and templates.
How to configure Power Apps Forms
How to render Power Apps Forms
What is a Dataverse instance?
<div
All form‑related instructions for Gravity Forms are documented on the main page here
Details of supporting Gravity Forms.
Technical guide on user binding via WP API includes PUT/POST method definitions, request body structures for binding modes, and removal steps.
how to combine multiple Gravity Forms field values into a single Dataverse column.
PHP code example to query and display WordPress users with non-null 'icds_binding_ref' metadata, including details like last login, timezone, and locale.
Diagnose and optimize DataPress form performance.
To set up the solution on your website, you will first need to install the necessary WordPress components.
To set up the solution on your website, you will first need to install the necessary WordPress components.
Premium features
How to manage WordPress users via REST API. This guide covers retrieving user metadata (like last login), advanced filtering with multiple conditions, sorting, and field selection using GET and POST methods.
The page describes multilingual support in the DataPress (Dataverse Integration) plugin
Event Ticketing is a comprehensive, ready-made integration that connects your Event Ticketing WordPress site with Dynamics 365 Customer Insights – Journeys, powered by DataPress.
RapidStart Customer Service is a ready-to-use portal solution that connects your WordPress site with Dynamics 365 environment, enabling your customers to easily interact with your support team in a secure and streamlined environment.
Overview
Power Apps Forms allow you to display Dataverse forms on your WordPress website and submit user input directly back to Dataverse.
DataPress Premium functionality
Introduction
Reference guide to DataPress Twig global objects, filters and functions, including formatted values, entity references, file/image URLs, Web API queries, and utility helpers.
Troubleshooting syntax highlighting issues in DataPress.
Link WordPress pages to Dataverse tables to provide direct access to your organization data.
<div
What You Can Do with Twig in DataPress.
Learn how to use Twig for rendering entire pages in DataPress, including different modes, advantages, and best practices to avoid common issues.
A practical guide to creating, using, and overriding reusable Twig templates in DataPress.
When connecting WordPress instance to Dataverse/CDS, you need to verify and then save the connection configuration.
Link your WordPress users to Dataverse records to provide customized experiences, seamless data synchronization, and advanced sign-in authorization.
A short guide explaining how to link WordPress users to Dataverse contacts using DataPress, including binding modes, configuration, synchronization, and practical usage.
In this example, we create a form based on an account table with a lookup field from the contact table. This allow users to choose an account and a corresponding contact. To filter contacts, you can update the fetchxml part based on your specific requirements:
Use next steps to manage lookup fields in your forms:
How to display views on your WordPress site using DataPress, including view configuration, filtering, lookup substitution, and custom templates.
Comprehensive guide to configuring webhooks in DataPress (automate workflows for forms (Gravity, Elementor, Premium) and user events, including API parameters for creating, updating, and managing webhook subscriptions).
Explore the comprehensive list of WordPress actions and filters provided by DataPress.
Learn how to use the WordPress Users virtual table in Dataverse for real-time synchronization. This guide covers CRUD operations, Power Automate triggers, and best practices for avoiding circular references.