How can I make a floating button, send to an email with the choice button.
here is an Example:
there is a choice button with 3 different email and i chose one them and tap it will send it to that email. how can i do that
How can I make a floating button, send to an email with the choice button.
here is an Example:
there is a choice button with 3 different email and i chose one them and tap it will send it to that email. how can i do that
Create a choice component that will fill a user specific column with the email contents. Then add a floating button with an action to compose or send email. Set the body of the email action to use the value in the user specific column that was set from the choice component.
Hey @Bad_Habits , take a look