#Can the Show Alert Action of appsmith display a link, which upon clicking would be redirected ?

1 messages · Page 1 of 1 (latest)

fiery fable
#

Hello,
I want a functionality where once a user submits something, they are returned back a link and the users should be able to click on this link and be redirected to a new tab. Is this possible with the Show Alert Action ?

half oracleBOT
#

Hey There,

We've registered your query, and our team will get back to you soon.

Regards,
Pranav

#

Hello! You can open a Modal
widget
when the user submits
something, and inside the modal, display the link in a [Text
widget](https://docs.appsmith.com/reference/widgets/text#docusaurus_skipToContent_fallback
[https://docs.appsmith.com/reference/widgets/text#docusaurus_skipToContent_fallback]).
You can use HTML tags to display a link text if needed and configure it to open
in a new tab if clicked.

This page explains how to use the Modal widget to create a dialog in your app for displaying various types of content, such as alerts, confirmation pop-ups, forms, and more. It acts as a container used to group and handle related user inputs , and can be opened using actions such as setting a Button widget's onClick event.

This document explains how to display static or dynamic textual information using the Text widget.

fiery fable
#

Okay, thank you!