# is_required_field ------------------------------------------------------------
is_required_field <- function(field_config)
{
is_required <- function(x) kwb.utils::defaultIfNULL(x[["required"]], TRUE)
sapply(field_config, is_required)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.