Jump to content
  • 0

Logout link


imJihyo

Question

Hi All! I was wondering if there is a workaround for my situation.

My logout link is located on the footer of my form and I named the link "Cancel Entry". After submission, I can see the success message (which is what I want to see) but I can also still see the logout link and given how I named it, it's not really good to see it still since you are done submitting a record. What can I do so I can keep the link in the footer but not show that once the user actually submits? 

Any help is much appreciated :) 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Hi @imJihyo! I'm assuming you have "show a message" chosen for the after-submission action. You can try making an HTML datapage that contains the message you originally had in the form. Then, instead of the old configuration, you choose "new page". This way, it will show the success message and not the footer :) I hope this helps!

Link to comment
Share on other sites

  • 0

Could probably also give your custom logout link an ID, such as <a id="logoutLink" href="xxx".....</a>

Then on the "show a message" screen, either uncheck "Enable HTML editor" or click Source and add the following:

<style>
  
  #logoutLink {display: none;}
  
</style>

 

Link to comment
Share on other sites

  • 0

Hi @imJihyo
I’d also like to share a helpful link where you can find sample add header and footer for reference. It should provide you with additional insights and examples that could be useful!
https://howto.caspio.com/datapages/datapage-components/datapage-header-and-footer/#:~:text=Steps to add a header,panel and select Header %26 Footer.

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