Jump to content
  • 0

Content of button


taylorswiftlover

Question

4 answers to this question

Recommended Posts

  • 0
Just now, joneslovescaspio said:

Hello, how do I change the content of a button. Instead of Submit, I want them to become a different text. tnx

Hi, to customize the text on the button edit the Localization you are using for the page and navigate to Define Localization Setting screen. Look for Forms/Details and choose element Buttons. Now enter any custom text in the Custom Text area. Click Save or click on another row to save the setting.

Link to comment
Share on other sites

  • 0
Just now, joneslovescaspio said:

Okay, thanks. But I think this will apply to all my localization. How do I prevent that from happening?

If you would like to make these changes only in one DataPage, create a copy of the Style/Localization, make the changes and apply the copy one to your page. You can refer to this link for more information about changing texts in a button: https://howto.caspio.com/faq/reports-datapages/how-can-i-change-the-text-on-a-button/

I hope I helped you. 

Link to comment
Share on other sites

  • 0

Hi! If you want to apply it on a specific DataPage, you can create a custom button instead and hide the original one so you can customize the text/label of your button. 

You may paste this code to the header of your DataPage:

<style>
.cbSubmitButtonContainer {
display: none !important;
}
</style>

And this code on the HTML block and change the value attribute to your custom text:

<input class="cbSubmitButton"  id="SubmitBtn" name="SubmitBtn" style="margin: 25px 0px;" type="submit" value="Submit Here" />

image.png.5d0804f68eb89811a61c3c09864cfe8c.png

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...