Reply to thread

Which browser and OS is this reproducible on because I'm unable to and the code is there to clear the values on submit:

[CODE="javascript"]$code.val('');

$type.val('');[/CODE]


We only reset the form on submit so if you close the overlay manually the values are not reset though that is semi intentional to avoid losing content.


Is it possible at some point that you closed the overlay rather than submitting it?


Back
Top Bottom