Javascript shortcode and dynamic text
-
Hello,
I’ve this js code in a shortcode:<script language=”Javascript”>
document.cookie = “myJavascriptVar = ”
today = new Date()
document.write(today.getFullYear(),today.getMonth(),today.getDate(),today.getHours(),today.getMinutes(),today.getSeconds());
</script>Now in CF7 with the Dynamic Text Extension plugin I can assign by default a value in a field obtaiden from the shortcode but in this field appair the entire code and not the result of the js code.
Where is the problem?
Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Javascript shortcode and dynamic text’ is closed to new replies.