PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Highlight Important Field If Selected

  1. Hello!

    I am creating some dynamics for to be used by a small health care provider. One thing they requested (optional not required) is to have certain fields 'highlighted' when selected. For example, if on the form a patient selects they currently have a 'Pacemaker,' the form would highlight that selection for staff to clearly see. This would be nice, just to make sure someone with a pacemaker isn't accidentally placed in an MRI machine (that would kill the patient).

    Like I said, its not required, but it would be nice to have something alert the technician to this option, if selected as being true, just to add an additional level of security to the procedure. I was thinking I could do apply CSS to that field ID or something, but not sure if there is a better way to highlight a specific field if selected.

    Thanks!

    Posted 12 years ago on Friday April 13, 2012 | Permalink
  2. I'm assuming you mean in the notification emails correct or in the entry itself?

    Posted 12 years ago on Friday April 13, 2012 | Permalink
  3. In the entry itself, if possible.

    Posted 12 years ago on Friday April 13, 2012 | Permalink
  4. Yeah, I'm not aware of any way to do that in the entry page itself offhand. You might be able to write some jQuery snippet to do that but I'm not 100% sure. It would take a bit of customization.

    Posted 12 years ago on Saturday April 14, 2012 | Permalink
  5. kyle
    Member

    You could do it with jquery, I imagine just target the specific answer on the entries page, check to see if the text equals a certain value, and style with CSS if it does.

    Posted 12 years ago on Saturday April 14, 2012 | Permalink
  6. Excellent! Thank you Kevin and Kyle for the input- I will be working on that tonight! I appreciate your feedback :)

    Posted 12 years ago on Sunday April 15, 2012 | Permalink

This topic has been resolved and has been closed to new replies.