Send SMS on form submission

Hi, I would like to send filled data through SMS or send a post request with the submitted data to another app. How can I achieve any of these with ODK-X Survey?

1 Like

Hi @Patrick_Nyatindo ! As you are new to the community, when you get a chance, please introduce yourself here.

I am not sure about SMS specifically, but you can definitely use the webkit to launch external intents (programs). See here: ODK-X WebKit — ODK-X Docs

Thanks @elmps2018 for your reply. I was actually able to achieve this by using prompt_types and created a customPromptTypes.js file where I managed to open the SMS/MMS app using promptTypes.launch_intent

1 Like