<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged enter</title>
<link>https://www.question2answer.org/qa/tag/enter</link>
<description>Powered by Question2Answer</description>
<item>
<title>How do I enter html into a question form?</title>
<link>https://www.question2answer.org/qa/103475/how-do-i-enter-html-into-a-question-form</link>
<description>I need help&lt;br /&gt;
&lt;br /&gt;
How do I enter html into a question form?</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/103475/how-do-i-enter-html-into-a-question-form</guid>
<pubDate>Wed, 14 Sep 2022 17:04:52 +0000</pubDate>
</item>
<item>
<title>Tip: Disable Enter-Key for TAGS field</title>
<link>https://www.question2answer.org/qa/13655/tip-disable-enter-key-for-tags-field</link>
<description>I disabled the Enter key on the Tags field, as users tend to click enter when the autosuggestion shows only one word.&lt;br /&gt;
&lt;br /&gt;
However, enter sends the question form to the server :)&lt;br /&gt;
&lt;br /&gt;
For others, who have the same problem or users, use javascript / jquery:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$(&amp;quot;#tags&amp;quot;).keypress(function(e) {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (e.which == 13) { return false; }&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;});</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/13655/tip-disable-enter-key-for-tags-field</guid>
<pubDate>Mon, 19 Mar 2012 09:10:49 +0000</pubDate>
</item>
</channel>
</rss>