Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    070cb4bf
    forms: Better failsafe for __toString · 070cb4bf
    Jared Hancock authored
    This mostly helps when fields change types. If the type of the field
    currently cannot convert previous data to a string (like if a short-answer
    field was changed to choices), the textual representation of the PHP value
    of the field data is given.
    070cb4bf
    History
    forms: Better failsafe for __toString
    Jared Hancock authored
    This mostly helps when fields change types. If the type of the field
    currently cannot convert previous data to a string (like if a short-answer
    field was changed to choices), the textual representation of the PHP value
    of the field data is given.