Hi
I wonder if there is a chance for a modification, that allows each of crumb (except the root anchor and current active anchor) to change from anchor to a select filed like:
blog>select[option1][option2]...[optionn]>select[option1][option2]...[optionn]>current filed
where select[option1][option2]...[optionn]
is a code like:
<select>
<option value="option1">option1</option>
<option value="option2">option2</option>
<option value="optionn">optionn</option>
</select>
any ideas how to do it?
Best regards
Marius