Ah, I see.
Yeah, I was looking through the code trying to understand how opts is used and then saw the “label locations = placeholders” option, so I ended up using that instead (i.e. label = “placeholder text”), and then adding a separate text box above the input as the “label”.
Originally what I was trying to do was have a label as well as placeholder text, something like:
label = “Email:”
placeholder = “your@email.com”
Appreciate the quick response!