Hi folks,
I have some data in rich text format (I can put in a “input element” as well) that i need to open in a new tab those rich text data when the user clicks on a button. Is this possible?
Hi folks,
I have some data in rich text format (I can put in a “input element” as well) that i need to open in a new tab those rich text data when the user clicks on a button. Is this possible?
By rich text you mean BBcode or HTML?
You can create a new page where you display the data you want and then on the button workflow Open an external website or go to page workflow action and choose Open in New Tab. Make sure you send the text data to the new page and the new page ensure you display the data correctly and as you wish it to look
You can just pass the data in the richtext to the new page and the new page should display it with no problem. See the demo below. I just pass the content of the richtext in the first page to the second page via page parameters.
Simply, the button takes the content of the richtext and passes it on to the new page:
Of course, now this new text on the second page is completely new text. It has no relation to the previous page any more. If you want to relate the text to the previous page (meaning that you want to update in the second page, and this to be reflected in the first page), probably you should set the page type of the second page to be a data type (that has this text content), pass this data to the second page, and bind the content so it will keep it updated.
See the editor here if you want to check it yourself:
Thank you very much for your valuable reply. Much appreciated. <3
This worked. This is amazing Thank you very much for this great answer. you saved my day
This topic was automatically closed after 70 days. New replies are no longer allowed.