Is there a way to desynchronize the form fields from each other, or is it about changing the code?
In this case:
Code: Select all
var d = new Date;
event.value = util.printd("dd.mm.yyyy HH:MM:ss", d);
When changing the javascript code in the 2nd form field it is also automatically changed in the original (1st) form field.
This would be useful in creating dynamic stamps:
viewtopic.php?p=187308#p187308