Skip to main content
Nintex Community Menu Bar

I am creating a horizontal timeline which would be dynamic. It has html,CSS and Javascript.

I have added datalabel and created expresstion with <html><style>--</style></html><script>--</script>

but only css code is running. javascript is not working.

 

Could you please let me know how to add all together. 

 

Have you tried moving the <script> block to inside the <html> block?


Hi

Its working fine now..I added <script type="text/javascript> and it does the magic!

Thanks for suggestion


Reply