# Integrate Optimonk with Retry-iQ
Unlike Bye-iQ, Optimonk does not directly integrate with Retry-iQ. Hence we need to include this snipet code in every OM campaign popup.
JS events: Popup fill
Code:
```js
var email_input_id = "ele_CnJQBvIvnk";
var email = document.getElementById(email_input_id).value;
console.log(email);
sessionStorage.setItem("optiemail", email);
```
Example, campaign 20210119_ Popup 12-10 Demen of Aristino
