Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Elementor updates and not supported fields #99

Merged
merged 2 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions datapress/Forms/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,7 @@ add_filter( 'integration-cds/lookup/authorize-access', function( $isAllowed, $en
```

3. Data returned by a lookup can be filtered using fetchXML templates, refer to the `FetchXML queries` page for sample templates. To add a template to a form in the Dataverse Admin Area, navigate to the Forms settings and scroll down to the `Conditional access` section located at the bottom of the page and add your desired template for the form lookups.

:::note
The following formats of the **Whole Number** data type are currently unsupported: **Language code**, **Duration**, **Time zone**.
:::
8 changes: 8 additions & 0 deletions datapress/addons/elementor.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ After selecting an action, for example `create`, you need to add `Fields Mapping
<img src="/images/elementor-mapping.png" alt="Mapping in Elementor" width="400" />
</div>

:::note
To ensure updated field values are displayed after submission, set the **Do not reset form values after submitting** option to **Yes**.

<div class="text--center">
<img src="/images/elementor-reset-value.png" alt="Do not reset form values after submitting" width="400" />
</div>
:::

**To create a field for a lookup column** you need to add a new field and set its type to `Dataverse Lookup.` Then type the appropriate table and view.
Map this field with the column logical name in the `Send to Dataverse` action.

Expand Down
Binary file added static/images/elementor-reset-value.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading