Kuroshi Posted July 12, 2019 Report Share Posted July 12, 2019 On my details page I have a back button on the bottom. I would like to move that back button to the top Quote Link to comment Share on other sites More sharing options...
Barbie Posted July 12, 2019 Report Share Posted July 12, 2019 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 Quote Link to comment Share on other sites More sharing options...
SunakoChan Posted July 12, 2019 Report Share Posted July 12, 2019 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. Quote Link to comment Share on other sites More sharing options...
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.