Dropdown Field
-
Would it be possible to add javascript to in the choice text column of a dropdown field? I would like to list the last ten years and not have to edit it each year. I have tried:
<script>document.write(new Date().getFullYear())</script>,
document.write(new Date().getFullYear());
and
(function(){document.write(new Date().getFullYear());})();Here is an example https://www.tnconnectcu.org/test-page/.
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Dropdown Field’ is closed to new replies.