Just started using bubble…very impressive thus far, but I’m having trouble with html forms.
It looks like the built in idea is to use placeholder text for elements though, which don’t work well for me. That’s confusing to end users, as placeholder text disappears once they click in the field, and they tend to forget what the placeholder text was…“was I supposed to put company name here, or address-1?”
I’d rather use the traditional elements, with the correct relationship, like:
<label for="username">User Name</label>
<input type="text" id="username">
But I don’t see a item in the pick list, or any other way to support this. It appears I can do this manually with the raw html element, but that seems cumbersome. Is there some way to get bubble to understand how to associate labels and fields? Maybe I’m just missing something that’s already there?