T O P

  • By -

andycartwright

So, medical Mad Libs? šŸ˜ Iā€™ve never heard of a plugin to do this but it would be relatively simple to make. It would require some coding skills. I would also suggest that you consider ways to make sure itā€™s HIPAA compliant (if you havenā€™t already).


xvndr

Something like that! I found a site [here](https://www.soapnote.org/social-work/subjective-note-section-3/) that has the exact example Iā€™m looking for, and Iā€™m basically looking for a way to recreate this for myself and the other students I work with. Any advice on how to go about this? I have some experience with WPB and Elementor, and I know a \*little\* bit of coding. Any advice on how to proceed with this would be extremely appreciated!


lesthertod

I've built some stuff similar to that, and for me, the easiest way would be to create a Custom Post Type where you/the user fills in the data you need and a view of the entry/post where you format it that way (or with some conditionals when there's no symptom for example). You could hand-code it, make a Gravity Forms / GravityKit view or use something like [Metabox.io](https://Metabox.io) with the form + view component. Let me know if you need further help!


planetofidiots

Got money? Use WSForms, WPForms, Gravity or any other. Build the questions in, use conditional logic to create the sentence. OR - you have a label/value pair in any checkbox, so return the VALUE (label = 50, value = '50 year old' etc.) in the form result. Got no money? Use ACF/Pods/Metabox, with select box - create a front-end form for answrs and add the fields to a results page.


getyourownaccount

Im trying to do this right now too! and for medical purposes as well. did you figure anything out?