Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuliya Pazniak committed Jun 26, 2024
1 parent 449dc79 commit bf3e192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datapress/knowledge_base/lookup/lookup_free.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To use `hidden` fields pay attention to this example
<input type="hidden" name="accountid" value="account:{{ contact.parentaccount.Id }}" />
```

To `update` a record via a form with a lookup using free plugin you can follow 2 ways:
To `display` a record via a form with a lookup using free plugin you can follow 2 ways:

1. serialised lookup (recommended)
In this approach, you’ll serialize the lookup value and store it in a field on your form. When the form is submitted, this serialized value is used to update the corresponding record.
Expand Down

0 comments on commit bf3e192

Please sign in to comment.