Hi all, I’m in the process of designing my first iPhone app for a client using MobiOne (v1.3.1). I can’t go into the exact details, but the aim is to have an app with which customers can place orders that are submitted and emailed to orders[at]myclient.co.nz for processing. A hypothetical situation with similar functionality, “T-shirt ordering app”:
Screen 1
“Select T-shirt colour”
Red T-shirt (List item linking to Screen 2a)
Green T-shirt (List item linking to Screen 2b)
Blue T-shirt (List item linking to Screen 2c)
Screen 2a
“Select Red T-shirt sizes and quantity”
XS (combo box “cboRedXS” to select quantity, e.g. 0 (selected), 1, 2, 3, 4, 5)
S (combo box “cboRedS” as above)
M (combo box as above)
L (combo box as above)
XL (combo box as above)
Similarly for Screen 2b and Screen 2c for Green and Blue T-shirts respectively.
My question, how do I get those various combo box selections (as long as they don’t have “0” T-shirts selected) to a confirmation screen for the customer to review then Send/Submit to the orders@ email address?
Please assume that I know nothing about variable declaration, Javascript and FormToMail, which isn’t far from the truth! 😉
Thanks in advance for any pointers, tips, links and suggestions you can give.
Cheers,
Dave