Hi,
I have just tried to recreate the above code but I cant get it to work. I have put my code below, any help would be appreciated.
<script>
if ('[@field:Invoice_Number]'.length<1) {
document.write('<a href="https://c1hcp423.caspio.com/dp/c88fb000f4126dbfd7824161a0d3?Connote=[@field:Connote]">[@field:Connote]</a>');
}
else {
document.write('<a href="https://c1hcp423.caspio.com/dp/c88fb0000838aba48ed646358911?Connote=[@field:Connote]">[@field:Connote]</a>');
}
</script>