I am setting up a time sheet in adobe. If the total days worked do not add up to 10 then I need an error message.
In text field 16 I have the days added up
In text fiedl 17 I have the following code
<script type="text/javascript">
if (text16 != 10) {document.write (" <b>Total days in period do not equal 10</b>")};
</script>
Nothing is happening, I may be referencing the text field 16 wrong. I don't usually use Adobe so I am a little lost. Any help would be appreciated
Thanks!
In text field 16 I have the days added up
In text fiedl 17 I have the following code
<script type="text/javascript">
if (text16 != 10) {document.write (" <b>Total days in period do not equal 10</b>")};
</script>
Nothing is happening, I may be referencing the text field 16 wrong. I don't usually use Adobe so I am a little lost. Any help would be appreciated
Thanks!