Jump to content
  • 0

Display "Back Button" on the Top and Bottom on the Details Page


LoveCaspio

Question

7 answers to this question

Recommended Posts

  • 0

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!

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0
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

 

Link to comment
Share on other sites

  • 0

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.

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