Jump to content
  • 0

Displaying the Update button inline


oliverk

Question

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

  • 0
15 hours ago, CoopperBackpack said:

Hello @oliverk,

As far as I understand you apply this solution to the Single Record Update DataPage.

Please test this code in the HTML block:

<input type="submit" name="Mod0EditRecord" id="Mod0EditRecord" value="update" class="cbUpdateButton">

This is perfect - many thanks!

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...