Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Regarding forms, I see that there are cookies set for the three default fields
- comment_author_{HASH}
- comment_author_email_{HASH}
- comment_author_url_{HASH}
How can I also set cookies for my other custom fields? I'm afraid I'll lose commenters if they have to complete these fields over and over and over. Thanks!
Hi @stanbrid,
We're really sorry, but wpDiscuz doesn't have such a feature. If you're a developer you can do it yourself by using the wpdiscuz_before_save_commentmeta hook and od this customization.
Thank you for the reply. Is it possible to "cookie" these fields for logged in users. That is, auto-populate the fields from account profiles?