LoveCaspio Posted February 2, 2021 Report Share Posted February 2, 2021 Hi All, How can I have the "Back" button displayed Top and Bottom on the Details Page of a DataPage type Gallery Report? Kind regards, Quote Link to comment Share on other sites More sharing options...
0 sandy159 Posted February 2, 2021 Report Share Posted February 2, 2021 Hello @LoveCaspio, Perhaps you may add one more "Back" button to the top of the Details Page. Add an HTML block as the first element on the 'Search and Report Wizard - Configure Details Page Fields' screen. Make sure that you disable the HTML editor in the 'Advanced' tab before pasting the code. <div class="cbBackButtonContainer"> <input type="submit" name="Mod0CancelRecord" value="Back" class="cbBackButton"> </div> You may check this forum post for reference as well: https://forums.caspio.com/topic/9109-move-back-button/ Hope this helps! LoveCaspio and jyll2113 1 1 Quote Link to comment Share on other sites More sharing options...
0 LoveCaspio Posted February 3, 2021 Author Report Share Posted February 3, 2021 Hello @sandy159 Thank you very much! The above worked perfectly! Quote Link to comment Share on other sites More sharing options...
0 IamNatoyThatLovesYou Posted June 29, 2023 Report Share Posted June 29, 2023 Hello, you can try out this code as well for a back button. <button onclick="goBack()">Back</button> <script> function goBack() { window.history.back(); } </script> Quote Link to comment Share on other sites More sharing options...
0 BenjaminS Posted April 8 Report Share Posted April 8 Hi all. I tried Sandy159's solution but somehow I cannot make it work. I am trying to replicate both Back and Submit buttons. I put each in their own HTML, click continue on the same line. I get perfectly styled buttons one next to other (as intended), Submit works perfectly, but Back just reloads the same page. Any ideas or alternatives? In addition, I also want to replicate the navigation pane (back, forward) at the top, any ideas? Kind regards Benjamin Quote Link to comment Share on other sites More sharing options...
0 BenjaminS Posted April 9 Report Share Posted April 9 12 hours ago, BenjaminS said: In addition, I also want to replicate the navigation pane (back, forward) at the top, any ideas? Figured this one out, it is a setting in Styling under Navigation. Quote Link to comment Share on other sites More sharing options...
0 BenjaminS Posted April 9 Report Share Posted April 9 13 hours ago, BenjaminS said: Hi all. I tried Sandy159's solution but somehow I cannot make it work. I am trying to replicate both Back and Submit buttons. I put each in their own HTML, click continue on the same line. I get perfectly styled buttons one next to other (as intended), Submit works perfectly, but Back just reloads the same page. Any ideas or alternatives? Hi all, I figured out what is blocking my button: Destination after record update: Same form. The solution provided by Sandy159 only works when "Go back to results page" option is enabled. Any suggestions on how to make it work with "Same form"? Suggestions are much appreciated! Regards Quote Link to comment Share on other sites More sharing options...
0 Anan24 Posted June 1 Report Share Posted June 1 Displaying a "Back" button on the top and bottom of the Details Page in a DataPage type Gallery Report may depend on the tool or platform. To enable a persistent "Back" button, check the tool's documentation or settings. If the tool allows customization, add custom buttons or use a workaround like a clear breadcrumb navigation. Searching online forums or communities for your platform may provide solutions. Quote Link to comment Share on other sites More sharing options...
Question
LoveCaspio
How can I have the "Back" button displayed Top and Bottom on the Details Page of a DataPage type Gallery Report?
Kind regards,
Link to comment
Share on other sites
7 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.