Hello, I have a form that creates a post based on the values of checkboxes. The problem is that these values are often too long and include html tags. For better control, I'd like to retrieve them those values from pages and then populate the post before creating it. Is that possible?
Thanks.