Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
"Submit button" on Online Customer Form taking so long to submit
Hello! I have built an online customer form for our team using CSS code and everything does seem to be working.
However, when I click the submit button it takes 7 - 10 seconds for the screen to load and there's almost no indication that the form was submitted (i.e. no loading icons.)
Is there something in the CSS code that I need to add to make this submit button process smoother?
Currently I have it set as such:
<div class="button-container">
<input type="submit" value="Submit" class="submit-button">
</div>
Thank you!
0