Any idea how to do this for Update buttons? I updated the code below... it hides the update button container so that bit works... but the input class coding is clearly wrong. (I had changed "Submit" to "Update" throuhgout)
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
oliverk
Caspio has a useful article on displaying the submit or search button inline: https://howto.caspio.com/tech-tips-and-articles/display-the-submit-or-search-button-inline/
Any idea how to do this for Update buttons? I updated the code below... it hides the update button container so that bit works... but the input class coding is clearly wrong. (I had changed "Submit" to "Update" throuhgout)
Thanks!
<style>
.cbUpdateButtonContainer {
display: none !important;
}
</style>
<input class="cbUpdateButton" id="UpdateBtn" name="UpdateBtn" style="margin: 25px 0px;" type="update" value="update" />
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.