It would be great if there was a feature built into web flow that would automatically update the copyright date annually so it doesn’t have to be done manually.
Hi @jdesign, thanks for the wishlist request Until this can be built in, here is a workaround:
a. Drag an embed widget to your page where the copyright year should be placed
b. Paste in the code below:
<script>document.write(new Date().getFullYear())</script>
I hope this helps, cheers, Dave
4 Likes