I’ve looked at the documentation and I see that there is a placeholder attribute but text fields but no way to specify the default text (prefilled value). Is this something that exists I am missing?
1 Like
{
"default": "your default text"
}
default works for all fields (text, select, set, etc…)
Thanks that works great!