Jump to content

Move back button


Recommended Posts

Hi @Batchini

Add a Header and Footer and paste this code inside the header:
 

<style>

 input[id^="Mod0CancelRecord"]{
display: none !important;
}
</style>


And then on the HTML Block please paste this code:

<input type="submit" name="Mod0CancelRecord" value="Back" class="cbBackButton">
 

I hope this works.

-Barbie

 

Link to comment
Share on other sites

Hi @Batchini, Please make sure that you disable the HTML editor before pasting the code. If you did not disable it the code will not work, because the editor will treat the code as a text. Also the !important rule overrides that particular property.

Below are helpful Links:
https://howto.caspio.com/faq/web-forms/how-to-disable-html-editor-in-datapage-headerfooter-and-html-blocks/
https://css-tricks.com/when-using-important-is-the-right-choice/ 

I hope it helps.

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
Reply to this topic...

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