dwyl / learn-to-send-email-via-google-script-html-no-server

:email: An Example of using an HTML form (e.g: "Contact Us" on a website) to send Email without a Backend Server (using a Google Script) perfect for static websites that need to collect data.
GNU General Public License v2.0
3.12k stars 910 forks source link

Thank you message not displaying #394

Closed jchesner closed 3 years ago

jchesner commented 3 years ago

Hi. I have a form created. Upon submission, I am receiving the code, rather than the thankyou_message. Any help would be greatly appreciated!! ` <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

Activity Proposal Submission Form




PROPOSAL FORM - PHARMACY
AchieveCE is always looking for CPE activity proposals that meet various state-required continuing education needs and allows pharmacy professionals to grow in their profession. Whether it is a webinar or a monograph, we are looking for CPE activities about a variety of topics and depths that can help both pharmacy and pharmacy technicians be the best at what they do.

AchieveCE accepts and evaluates proposals throughout the year. Proposals reviewed are evaluated based on the following criteria:

  • Quality of proposal
  • Clearly defined topic focus and objectives
  • Practical application of materials proposed
  • Relevance to modern practice
  • Previous experience in presenting and writing CPE activities
  • Compliance to ACPE standards for CPE
All proposals for CPE activities must be original and unpublished.

AchieveCE has also selected a number of topics that address the identified needs of pharmacy professionals in the country. Activity proposals should be designed to meet these topics.

If the topic you wish to write about or present is not included in our list of selected topics, you may still submit a proposal, provided that an evidence of the need for the topic is included in your submission AND that you have subject matter expertise in the topic you wish to write about. A subject matter expertise is one who practices in the area related to the topic and one who meets the following criteria:

  • Certification in the subject matter by the Board of Pharmacy Specialties or similar
  • Leadership position at the local, state, or national level
  • Publication in a peer-reviewed journal or study presentation to a state-wide or national audience
  • High regard of professional peers
Please complete the online activity proposal form after you have reviewed the information above. You may contact Gracielle Tubera with any concerns and questions about your proposal submission.






  Live Webinar        Home Study Monograph





  Yes        No


  Knowledge-Based
These activities are primarily constructed to transmit knowledge. The facts must be based on evidence as accepted in the literature by the health care professions.
  Application-Based
These activities are primarily constructed to apply the information learned in the time frame allotted. The information must be based on evidence as accepted in the literature by the health care professions.

  Level 1: Recall
This activity requires only a surface understanding of data presented and often consists of verbatim recall from data or simple understanding of a single word or phrase. Participants are required to recall information such as a fact, definition, or term.
  Level 2: Basic Application of Skills & Concepts
This activity includes the engagement of some mental processing beyond recalling a response. Participants are required to make observations of data through classification, tables, graphs, and charts
  Level 3: Strategic Thinking & Reasoning
This activity requires proving understanding of data with reasoning and planning. Participants are required to draw conclusions from observations, citing evidence, and understanding various concepts used to solve problems.
  Select all that apply.
  Pharmacists
  Pharmacy Technicians

  Yes
  No
  Does Not Apply
  Select all that apply.
  Concentrated Focus
  Health System
  Retail
  Pharmaceutical Industry
  Other/Non-Patient Interaction
  Select all that apply.
  Administration

  Home Health Care

  Nuclear

  Specialty
  Ambulatory Care

  Home Infusion

  Oncology

  Veterinary
  Biotechnology

  Inpatient

  Other

  Clinical

  Long-Term Care

  Outpatient

  Compounding

  Mail Service

  Poison Control

  Consultant

  Managed Care

  Research







  Yes        No




`
nelsonic commented 3 years ago

@jchesner are you submitting the form directly or using JavaScript to intercept the form submission?

jchesner commented 3 years ago

Hi nelsonic. I'm not a programmer by any means. I know enough to be dangerous.

From my understanding, it is using the javascript called within the code and also runs via a Google script.

mckennapsean commented 3 years ago

It definitely sounds like the issue is that the clientside JS is not properly targeting the form.

I believe that our README details how to create links for sharing minimal "working" examples with the team, and that makes it easy for us to debug / assist with issues with your code. An alternative is to use resources like Stack Overflow (which has a Google Scripts or basic HTML/JS help sites).

My guess is that if you wanted to get help, that example file (like a hosted webpage or a codepen with the form) would help us help you, and most help sites like Stack Overflow may request this as well. Let us know if you have any questions -- or if you were able to get this working, post back for others to learn from it. Thanks, @jchesner