<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Help me with &amp;quot;text field and  clickable icon&amp;quot;</title><link>https://community.appian.com/discussions/f/plug-ins/30649/help-me-with-text-field-and-clickable-icon</link><description>I want to add text field with clickable icon but I am unable to find witch plug-in i nee to use, can any one help me with this. I need text field like this.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Help me with "text field and  clickable icon"</title><link>https://community.appian.com/thread/121979?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2023 10:03:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8a92c68-b12d-42ff-ae5b-5917cf203996</guid><dc:creator>Ram Ganesh</dc:creator><description>&lt;p&gt;Thanks &amp;nbsp;,&lt;br /&gt;but I need same like that image and thanks for this&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help me with "text field and  clickable icon"</title><link>https://community.appian.com/thread/121978?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2023 10:02:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b749f6c2-bd53-49bc-9767-e7201c5445e9</guid><dc:creator>Ram Ganesh</dc:creator><description>&lt;p&gt;Thanks &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help me with "text field and  clickable icon"</title><link>https://community.appian.com/thread/121860?ContentTypeID=1</link><pubDate>Fri, 17 Nov 2023 10:56:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1d20203c-2cfd-4bfe-8683-9677222b2670</guid><dc:creator>vikashk7323</dc:creator><description>&lt;p&gt;Hi, in Appian you would have to configure it with a textfield and icon and it would look like&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/19/pastedimage1700218576268v1.png" alt=" " /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  a!cardLayout(
    contents: {
      a!columnsLayout(
        columns: {
          a!columnLayout(
            contents: {
              a!sideBySideLayout(
                items: {
                  a!sideBySideItem(
                    item: a!textField(
                      label: &amp;quot;Message&amp;quot;,
                      labelPosition: &amp;quot;COLLAPSED&amp;quot;,
                      placeholder: &amp;quot;Ask your question&amp;quot;,
                      saveInto: {},
                      refreshAfter: &amp;quot;UNFOCUS&amp;quot;,
                      validations: {}
                    )
                  ),
                  a!sideBySideItem(
                    item: a!richTextDisplayField(
                      labelPosition: &amp;quot;COLLAPSED&amp;quot;,
                      value: {
                        a!richTextIcon(
                          icon: &amp;quot;paper-plane&amp;quot;,
                          color: &amp;quot;SECONDARY&amp;quot;,
                          link: a!dynamicLink(),
                          linkStyle: &amp;quot;STANDALONE&amp;quot;
                        )
                      },
                      marginAbove: &amp;quot;LESS&amp;quot;
                    )
                  )
                }
              )
            }
          ),
          a!columnLayout(contents: {})
        },
        alignVertical: &amp;quot;MIDDLE&amp;quot;
      )
    },
    height: &amp;quot;AUTO&amp;quot;,
    style: &amp;quot;TRANSPARENT&amp;quot;,
    marginBelow: &amp;quot;STANDARD&amp;quot;,
    showBorder: false
  )
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Help me with "text field and  clickable icon"</title><link>https://community.appian.com/thread/121857?ContentTypeID=1</link><pubDate>Fri, 17 Nov 2023 10:41:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e82b1134-99a5-412a-b217-f9fecf64544b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;There is no icon inside a text input field in Appian. There is also no plugin.&lt;/p&gt;
&lt;p&gt;Using a side-by-side layout, you can put the icon to the right side of the text field.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>