It would be helpful if we had the ability built in to remove a field or tooltip from the tab index.
Currently I do this at times with the following JavaScript and CSS, but if it could be a checkbox on each field that would be a nice feature.
$('.disableTab input, button').attr('tabindex', -1); $('.cf-tooltip').attr('tabindex', -1);
***Additional keywords for search: Disable Tab, skip field when using tab key, remove field from tabindex***