Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to 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!