Jump to content
  • 0

Adding a button inside a form to open another form


PattiB

Question

1 answer to this question

Recommended Posts

  • 0

Hello @PattiB,

One of the options is to add a link to open another form as a pop-up window.

This article can be helpful https://howto.caspio.com/tech-tips-and-articles/how-to-generate-link-menus-and-popup-windows/

The article includes a link to open a simple tool to generate a pop-up window.

This link can be added to the HTML block, or the Header/Footer. 

For example (disable the HTML editor on the Advanced tab before pasting the code):


RAHGgbU.png

The link can be styled as a button.

The code example I added to the Header:

<style>
.cbMenuItem {
  text-decoration: none !important;
  background-color: #d9c1c9 ;
  color: #000000 !important;
  padding: 15px 25px;
  display: block;
  width: 150px;
  text-align: center;
}
</style>

This is how it looks:

4E9kAls.png

Feel free to update this thread if you have further questions. 

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