Hi,
For some hours now I try to add a custom value in the postbit_quickedit template.
So if a user quickedit a post (via the ajax opportunity), I want to submit a custom value to the editpost.php.
I simply add a line within the <form>-Tag in the postbit_quickedit template.
BUT: The value is not sent.
HTML Code:
<input type="hidden" name="modnotice" value="thisvalue" />
Thank you!