I work for a psychiatric office managing their Wix site. The doctors have several fillable PDF forms on their site, but they are having difficulty getting the forms (the patient has to fill out, download it, and send it to the doctor via email). I’m looking for a way to have the patient (once they have completed the form) to click a ‘submit’ button that sends the pdf they just filled out to their doctor and themselves. Ideally there is a message that pops up on their screen saying ‘Success, your form was sent to your doctor!’. What is the ideal way to do that? I am imagining a simple bit of javascript where the user fills out their name and email and doctor, then clicks submit (which sends the email). I have some experience with JS, graduated from a full-stack MERN bootcamp last summer but haven’t done much coding.
Hi. I found this possible solution online: https://hackernoon.com/building-email-forms-with-velo-by-wix-8b1s342o
Let me know if that helps.