Dashboards & Visualizations

How to bring the default submit button always into a new line?

rockkt
Engager

Hi

How to bring default submit button always into new line. Please help me on this.

Tags (2)
0 Karma
1 Solution

vnravikumar
Champion

Hi

Try this

<form>
  <label>submit</label>
  <fieldset submitButton="true">
    <input type="text" token="field1">
      <label>field1</label>
    </input>
    <input type="dropdown" token="field3">
      <label>field3</label>
    </input>
  </fieldset>
  <row depends="$hide$">
    <panel>
      <html>
      <style>
        #submit{
       width: 100%;
       padding-top: 1px !important;
    }
    .hide-global-filters{
       margin-top: 1px !important;
       margin-left: 1px !important;
    }
      </style>
    </html>
    </panel>
  </row>
</form>

View solution in original post

vnravikumar
Champion

Hi

Try this

<form>
  <label>submit</label>
  <fieldset submitButton="true">
    <input type="text" token="field1">
      <label>field1</label>
    </input>
    <input type="dropdown" token="field3">
      <label>field3</label>
    </input>
  </fieldset>
  <row depends="$hide$">
    <panel>
      <html>
      <style>
        #submit{
       width: 100%;
       padding-top: 1px !important;
    }
    .hide-global-filters{
       margin-top: 1px !important;
       margin-left: 1px !important;
    }
      </style>
    </html>
    </panel>
  </row>
</form>
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...