How can i receive message from someone on the website?

Hi everyone, i don’t know how to get in the information that an user types in the input box (you can see them in the pic down below). Do you know guys how i can let the button “Submit” work in the way that i can easily receive the messages from the users? Thanks :grinning::grinning:

Also, the more context you provide with your questions (screenshots, link to an open app, etc.), the more likely you’ll get good help quickly :slight_smile:

You just need to create a Datatype (RESPONSE) that will collect all those inputs, when the user hit submit button, you set up a workflow to create new thing under the RESPONNSE Datatype you created,

So you can always call out the response using Repeating group…
And if you intend to get email on every response, then you have set that up too under the submit button workflow

1 Like

Thank you soo much, now i fixed it!!

U’re welcome man

Another option is to make a workflow that sends an email to yourself (or whoever should be monitoring the form submissions) that has all of the information. If you need to store the information longer term you can save it to the database as mentioned already in addition to getting an email. This can be good for not needing to check the data all the time to see if anyone has filled out anything.

You already covered the email aspect… I didn’t see that when I commented.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.