Thank you for making such a great component for Joomla.
It would be nice to have tabindex capability for forms made by CF v6.
It would be nice to have tabindex capability for forms made by CF v6.
Hi omidhz,
Glad you like it!🙂
You can add any extra attributes under the Advanced > Extra attributes box:
Best regards,
Max
Glad you like it!🙂
You can add any extra attributes under the Advanced > Extra attributes box:
tabindex:1
Best regards,
Max
This is working nicely with text fields, but it didn't work with single Check box.
I have 6 text fields and 2 single checkbox. The tabindex does not focus on checkboxes.
Is there a way to fix this?
I have 6 text fields and 2 single checkbox. The tabindex does not focus on checkboxes.
Is there a way to fix this?
Hi omidhz,
If your template has a rule like this:
Then its why the checkboxes tabindex is not working, this rule must be disabled.
Best regards,
Max
If your template has a rule like this:
.hidden{display: none;}
Then its why the checkboxes tabindex is not working, this rule must be disabled.
Best regards,
Max
This topic is locked and no more replies can be posted.