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!

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...

Integrating Splunk Search API and Quarto to Create Reproducible Investigation ...

 Splunk is More Than Just the Web Console For Digital Forensics and Incident Response (DFIR) practitioners, ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...