Iam trying to alter the search-block-form (edit tooltip message, add additional html elements and rearange it), but using the hook_form_FORM_ID_alter does not seem to be the appropriate way to do it. Printing dsm($form) does not list the attributes I am looking for (tooltip attribute).
The question is, where can I add/remove html elements and edit the tooltip of the search-block-form?

THIS CAN BE CLOSED AND REMOVED.

Found the docs, which helped me out. https://drupal-bootstrap.org/api/bootstrap/docs!plugins!Alter.md/group/p...

Comments

Anonymous’s picture

hanssulo created an issue. See original summary.

Anonymous’s picture

Issue summary: View changes
Anonymous’s picture

Issue summary: View changes
Anonymous’s picture

Issue summary: View changes
markhalliwell’s picture

You should probably use the @BootstrapForm plugin instead of @BootstrapAlter.

markhalliwell’s picture

Status: Active » Closed (works as designed)