In CF7 you can use the tab key to switch between fields quickly - without a mouse - Text -> TAB -> Text -> TAB -> Dropdown -> TAB -> Radio Button -> TAB -> Enter/Save.
In CF8 I cannot select dropdown and/or radio fields with the tab key.
How can I change that?
In CF8 I cannot select dropdown and/or radio fields with the tab key.
How can I change that?
I will check that
What browser/os do you use for posting on the forums here ? because your messages always have extra text, it seems like a bug in tinymce which is being used as the forums editor
What browser/os do you use for posting on the forums here ? because your messages always have extra text, it seems like a bug in tinymce which is being used as the forums editor
<span id="xl-qi-tp-output-text" class="xl-qi-tp__output-text">The text mostly comes from Google Translate...[/u]
my solution: return strip_tags($this->get("data.xyz"),'<p><b><ul><ol><li>');
tinymce unfortunately does not remove superfluous html tags... but JCE does...
Maybe you can find a solution so that only the permitted HTML tags are saved.
tinymce unfortunately does not remove superfluous html tags... but JCE does...
Maybe you can find a solution so that only the permitted HTML tags are saved.
The problem is that some users may want to type <span>whatever</span> in their response, or even paste it, so I can not just remove all <span> tags
You need to login to be able to post a reply.