<?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>How to put link inside button</title><link>https://community.appian.com/discussions/f/new-to-appian/24537/how-to-put-link-inside-button</link><description>I want to make a button that take me to safe link , 
 i can make link separately from a alink component but i want to make it by a button 
 any ideas ?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to put link inside button</title><link>https://community.appian.com/thread/94916?ContentTypeID=1</link><pubDate>Tue, 10 May 2022 14:22:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9c9bf5b7-05f7-4e66-948e-3399ee52aca7</guid><dc:creator>osamaGamal</dc:creator><description>&lt;p&gt;i eant to click a button that open a url&amp;nbsp;&lt;/p&gt;
&lt;p&gt;but as Gopalk adviced me card layout do the same function&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to put link inside button</title><link>https://community.appian.com/thread/94915?ContentTypeID=1</link><pubDate>Tue, 10 May 2022 14:22:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8c7be781-0297-44e2-9f37-678aad668640</guid><dc:creator>osamaGamal</dc:creator><description>&lt;p&gt;i eant to click a button that open a url&amp;nbsp;&lt;/p&gt;
&lt;p&gt;but you are right card layout do the same function&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to put link inside button</title><link>https://community.appian.com/thread/94807?ContentTypeID=1</link><pubDate>Mon, 09 May 2022 09:43:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4a650606-eb8e-44a8-bc31-75c9a470fbdd</guid><dc:creator>Dimitris Soulovaris</dc:creator><description>&lt;p&gt;Hi osamag,&lt;/p&gt;
&lt;p&gt;Here you can find 2 diffrerent solutions for what you are asking for.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The first one is a Submit Link through a rich text display field and the second one is a Submit Link inside a card layout.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!formLayout(
  label: &amp;quot;Form &amp;quot;,
  contents: {
    a!sectionLayout(
      contents: {
        a!columnsLayout(
          columns: {
            a!columnLayout(
              contents: {
                a!richTextDisplayField(
                  value: a!richTextItem(
                    text: &amp;quot;Submit Link &amp;quot;,
                    size: &amp;quot;MEDIUM&amp;quot;,
                    color: &amp;quot;ACCENT&amp;quot;,
                    style: &amp;quot;STRONG&amp;quot;,
                    link: a!submitLink(
                      confirmHeader: &amp;quot;Confirm Message&amp;quot;,
                      confirmMessage: &amp;quot;Submit&amp;quot;,
                      confirmButtonStyle: &amp;quot;PRIMARY&amp;quot;
                    ),
                    linkStyle: &amp;quot;STANDALONE&amp;quot;
                  )
                ),
                a!cardLayout(
                  contents: {
                    a!richTextDisplayField(
                      align: &amp;quot;CENTER&amp;quot;,
                      marginAbove: &amp;quot;NONE&amp;quot;,
                      marginBelow: &amp;quot;LESS&amp;quot;,
                      value: a!richTextItem(
                        text: &amp;quot;Submit&amp;quot;,
                        size: &amp;quot;STANDARD&amp;quot;,
                        color: &amp;quot;ACCENT&amp;quot;,
                        style: &amp;quot;STRONG&amp;quot;
                      )
                    )
                  },
                  link: a!submitLink(
                    confirmHeader: &amp;quot;Confirm Message&amp;quot;,
                    confirmMessage: &amp;quot;Submit?&amp;quot;,
                    confirmButtonStyle: &amp;quot;PRIMARY&amp;quot;
                  ),
                  height: &amp;quot;AUTO&amp;quot;,
                  style: &amp;quot;NONE&amp;quot;,
                  showBorder: true,
                  padding: &amp;quot;EVEN_LESS&amp;quot;,
                  shape: &amp;quot;SQUARED&amp;quot;,
                )
              }
            ),
            a!columnLayout(
              contents: {}
            ),
            a!columnLayout(
              contents: {}
            ),
            a!columnLayout(
              contents: {}
            ),
            a!columnLayout(
              contents: {}
            ),
            a!columnLayout(
              contents: {}
            ),
            a!columnLayout(
              contents: {}
            ),
            a!columnLayout(
              contents: {}
            ),
            a!columnLayout(
              contents: {}
            )
          }
        )
      }
    )
  },
  buttons: a!buttonLayout(
    secondaryButtons: {
      a!buttonWidget(
        label: &amp;quot;Cancel&amp;quot;,
        value: true,
        saveInto: ri!cancel,
        submit: true,
        style: &amp;quot;NORMAL&amp;quot;,
        validate: false
      )
    }
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to put link inside button</title><link>https://community.appian.com/thread/94803?ContentTypeID=1</link><pubDate>Mon, 09 May 2022 09:36:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ba6957bd-e23b-4f85-82ae-219a7cf6257b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Following the Appian UX Design guide, buttons are for action and links for navigation. What do you want to achieve?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to put link inside button</title><link>https://community.appian.com/thread/94800?ContentTypeID=1</link><pubDate>Mon, 09 May 2022 09:31:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3e943852-9ceb-486f-94aa-9197fdd1dfe2</guid><dc:creator>Richard Michaelis</dc:creator><description>&lt;p&gt;i think gopalik were just a bit fast.&lt;br /&gt;You canNOT use a linkfield in a buttonarraylayout or buttonlayout (or buttonwidget).&lt;br /&gt;-&amp;gt; you can create cardLayouts in a kind of buttonStyle and use them.&lt;br /&gt;&lt;br /&gt;but a question: what do you try to archieve?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to put link inside button</title><link>https://community.appian.com/thread/94794?ContentTypeID=1</link><pubDate>Mon, 09 May 2022 09:01:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:32917d50-5e4f-48c5-afa4-b8d8ce4ab489</guid><dc:creator>osamaGamal</dc:creator><description>&lt;p&gt;in which component inside the button should i place a!linkfield ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to put link inside button</title><link>https://community.appian.com/thread/94793?ContentTypeID=1</link><pubDate>Mon, 09 May 2022 08:53:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:572931a6-2cc3-4ca7-ab43-fc0dc7cd05d9</guid><dc:creator>GopalK</dc:creator><description>&lt;p&gt;Hi,You can not configure link inside&amp;nbsp; a button But you can use card as a button and then you can configure your link.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>