Skip to content
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
13 changes: 13 additions & 0 deletions datapress/addons/gravity-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ To select a view, you need to click the `Add Fields` tab and choose `Dataverse L
<div class="text--center">
<img src="/images/gf-lookup.png" width="400" />
</div>

If you select the dropdown, you must also select the table and view to lookup. The dialog view does not require any additional settings.

<div class="text--center">
Expand All @@ -187,6 +188,18 @@ To set a default value for a Dataverse Lookup field, use the following format:
<img src="/images/gf-lookup-default.png" width="400" />
</div>

To filter the available options in a dropdown lookup, you can apply a FetchXML query:

```twig
<filter>
<condition attribute="address1_city" operator="eq" value="London" />
</filter>
```

<div class="text--center">
<img src="/images/gf-fetch.png" width="400" />
</div>

For a **Dialog** Lookup, the format includes the entity name:

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