Jump to content

Student2017

Members
  • Posts

    6
  • Joined

  • Last visited

Student2017's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you so much for the reply but the problem is that the email is not always 1 fixed value It is based on another field called University_Email.
  2. Thank you so much. I was struggling on how to approach this and this worked perfectly.
  3. I have a table with student details and a checkbox for approved status. The approved checkbox is editable in the Tabular Report and if the admin updates the student by approving him/her a notification email is sent. Is there a way in which the notification email will be sent only if the admin approves the student (marks the checkbox)? Because right now the notification email is sent even when the student's status is updated to be unapproved from approved. Any help would be appreciated.
  4. I have a table of Universities and Courses linked together and I use this as a datasource for the University dropdown. Next, I made the Course field a Cascading Autocomplete based on the same table where the cascade is filtered by University Name and Autcomplete is filtered by Course Name. The problem I have is that the form still accepts any random value the user enters in the Course field. Is there a javascript code which I could use or something similar that displays an error if the user enters a Course that is not linked to the University he/she has chosen. I could but do not want to use a dropdown because there will be 100+ values
  5. I have a dropdown where a student can select a University from a list of Universities. Based on the user's University selection he/she enters the Course name (Cascading Autocomplete) and suggestions are made. My question is how can I make sure that the user chooses a right suggestion and does not enter an incorrect value in the Course field? (Example: User types Nuclear Physics when that is not a Course option for his/her selected University)
×
×
  • Create New...