By using Mobincube fields it's possible to send the information by SMS, to Mobincube cloud and also to an external script so you can do whatever you need with the data.
You will need a server to handle the App calls and to store your script.
Mobincube Apps send the information via GET protocol using the key:value syntax where the key is the reference of the field inside Mobincube.
As an example, if you have a screen in Mobincube with a contact form with 2 fields, name and telephone, and you set a destination script for your form like www.miweb.com/script.php every time the user sends the contact form, you will receive a call to your server like this:
www.myweb.com/script.php?name="John"&telephone="123456789"
Sending the form data via email
If you want to send the information form the user to an e-mail address you will need a script to receive and send the data. You can fill out this form to generate a script that will do that for you, but you still need a server to place the script and set the URL of that script as a destination of the form inside the mobincube App.
Common issues
Problem: The cloud forms don´t receive the information or don't store it.
Cause: The field references in the cloud form don´t match the ones you created inside the screen.
Solution: Be sure that the field reference in the cloud is the same as in the editor. They are case sensitive so "Name" is not the same as "name."