Link multiple text_input boxes to source upon button click

I’m currently creating an app for easy contact form submissions. I have 5 text_input boxes on a screen, followed by a “Submit” button. Ideally, when the user clicks “Submit,” I will receive an email/text notification that a form has been submitted and see what the user’s text_inputs say. I do not want to open up an email or text from the app, simply receive notifications from the text submissions. Thanks!

Looks like you need a service which allows you to send an email or SMS via API calls. I think I came across at least one such service recently. Try Googling it.

K