I would like for some of the custom fields to be read only (example: autogenerated ID). How can I achieve that ? Thank you
Notifications
Clear all
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.
wpForo Topic Custom Fields
7
Posts
2
Users
0
Reactions
1,487
Views
Sep 18, 2022 8:15 pm
6 Replies
Sep 19, 2022 2:23 pm
You can use HTML field, write the needed text in the HTML.
Example:
<p>This is html field in the topic</p>
Nov 04, 2022 12:15 am
I would like to include in my HTM field some dynamic data via shortcode. How do I do that ? Thanks