Skip to content

Commit

Permalink
[TASK] Add documentation for new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Jun 14, 2024
1 parent e39e343 commit f224bf8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Documentation/Technical/Identification/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@ Example powermail form in frontend:
Example lead identification in dashboard:
<img src="../../../Documentation/Images/documentation_identification_fieldmapping_dashboard.png" width="800" />

**Note:** Re-Initialization for forms, loaded via AJAX can also be done with a script like:

```
const lux = LuxSingleton.getInstance();
lux.addFieldListeners();
```


#### 2. FormFieldMapping

Expand Down Expand Up @@ -270,6 +277,13 @@ Form in frontend:
Example lead identification in dashboard:
<img src="../../../Documentation/Images/documentation_identification_formmapping_dashboard.png" width="800" />

**Note:** Re-Initialization for forms, loaded via AJAX can also be done with a script like:

```
const lux = LuxSingleton.getInstance();
lux.addFormListeners();
```


#### 3. Email4link

Expand Down

0 comments on commit f224bf8

Please sign in to comment.