getFieldValue on DispForm

Forums Classic DFFS getFieldValue on DispForm

Viewing 1 reply thread
  • Author
    Posts
    • #6300
      Kasey
      Participant

      Is there a way to use getFieldValue or another way to get the value of a field within the display form?

    • #6309
      Alexander Bautz
      Keymaster

      Yes, like this:

      var myDispFormValue = getFieldValue("MyFieldName",true); // true = dispform

      Alexander

Viewing 1 reply thread
  • You must be logged in to reply to this topic.