Is it possible to style the label in front of a text field using only the name attribute of the text field? I am currently using the dform plugin which converts json to form. I want to add styling specifically to the text field named "timeout".
Here is the current markup:
<label class="ui-dform-label">Timeout</label>
<input type="text" name="timeout" class="ui-dform-text">