But when we use notice in here this notice is slightly overlapping with dropdowns which feels bad. Can you do something to maintain some space between them? <form version="1.1" theme="light">
...
See more...
But when we use notice in here this notice is slightly overlapping with dropdowns which feels bad. Can you do something to maintain some space between them? <form version="1.1" theme="light">
<label>Dashboard</label>
<fieldset submitButton="true" autoRun="false">
<html>
<div style="
background: linear-gradient(120deg,#fff5f5 0%,#fff 100%);
border-left: 6px solid #ff9800;
box-shadow: 0 2px 6px rgba(0,0,0,.12);
border-radius: 6px;
padding: 18px 24px;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
font-size: 15px;
line-height: 1.45;">
<h3 style="color:#d84315; margin:0 0 8px 0; display:flex; align-items:center;">
<!-- unicode icon (search engine–friendly, scales with text size) -->
<span style="font-size:32px; margin-right:12px;">⚠️</span>
Important Notice
</h3>
<p style="margin:0 0 10px 0; color:#424242;">
Avoid running the dashboard for long date ranges
<strong>(Last 30 days)</strong> unless strictly needed – it may
impact performance. Use shorter ranges for faster results.
</p>
<p style="margin:0; color:#424242;">
Please ensure an <strong>Index Name</strong> is selected - this is required to load dashboard data.
</p>
</div>
</html>
<input type="dropdown" token="index">
<label>Enter your Index Name</label>
<fieldForLabel>index</fieldForLabel>
<fieldForValue>index</fieldForValue>
<search> This is the XML currently using for this....