Disclaimer: This site is moderated by the Formidable Forms community. Formidable Forms and its parent company Strategy11 are not responsible for the words, opinions, and content posted by others on this site. This site is provided as a courtesy and free resource for the Formidable Forms Community. Any actions deemed as harassment, toxic or abusive, will result on being banned from this site and potentially losing your Formidable Forms license.
Thanks for your cooperation, if you have any questions please
consult our code of conduct
I've used it in part with pages and forms as a software knowledgebase using forms to post changelogs and collect feedback like a ticketing system and things like that.
Thanks, Bobby. Sounds like an interesting an innovative use case, fully embracing the CM in CMS 😉
I'm currently managing three online handbooks for a college using WordPress. We're using WordPress Multisite, so each handbook has it's own site, and I built a fourth site to store campus policies. I'm using a plugin called Broadcast to distribute the policies to the handbooks, as some policies pertain to employees while others to students, and some pertain to everyone so they're in each of the sites. I built a report that identifies updates in each of the sites that employees have entered over the past month, and I built a process in LaTeX using TeXStudio to make it easy to convert the WordPress posts to LaTeX where a complier converts the LaTeX documents to PDF. Eventually I plan to fully automate this process using the WordPress API and I might replace LaTeX with groff at that point.
Hey Brian, this is an interesting process you've developed. I've never considered handing Formidable data off to a document preparation system before. Since you mentioned WordPress posts, it sounds like you're using Formidable to create CPTs and in turn using the CPT content with LaTex. I'd love to know more about the offload to LaTex process. Are you using a cron or on-demand trigger?
Brian! That's what I'm *talking* about! Your workflow sounds so clean. 🙂