I'm working through the capabilities of LHC-Forms (LForms) in github here:
https://github.com/lhncbc/lforms-fhir-app
Looking at the example here:
https://lhcforms.nlm.nih.gov/sdc
There is a button that lets the user see a FHIR QuestionnaireResponse based on the form and the data entered in the form. Using the debugging/Elements tool in my browser, the button has a javascript:void(0) method for href. What does LForms use to generate the QuestionnaireResponse from the form displayed on the page? Is this documented somewhere?