How to change the ID name of field?

Hi everyone!

We’re using bricks forms and need to set the same ID for a certain field in different forms.
How can I change the ID name of the field? It doesn’t change.

And another question: How can I set a custom class for a specific field in form?

2 Likes

I wonder the same, bricks autoassigned id’s are not very usable.

use a different identifier, “name”

css example

input[name="form-field-442643"] {
  background: #ccc;
}
1 Like

Is there still no other way? Why does the ID of a form field looks editable, when in fact one cannot click / change it?