--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
field = form("foo").copy(value = form("foo").value.getOrElse(Some(/*default value*/)))
field = form("foo").copy(value = form("foo").value.map(Some(_)).getOrElse(Some(/*default value*/)))