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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...