Hey guys,
is it possible to write directly to a pass-in field using javascript.
What I want is to create a pass-in field as an input that is available on all page and write a value to it with javascript when I need to.
<script>
var permanent = '[%permpassin%]';
</script>
However I do not know how to correctly adress the field, since I can not call it with document.getElementById or similar methods.
Any suggestions?
Write directly to pass-in using javascript
Resolved
7 replies