
Announcements
Hello!
Need help with this, I have two screens: Screen 1(one for filling up the form or order table) and Screen 2(Second is to receive the order that was inputted in screen 1).
Screen 2 would be like your receipt for all orders while the first one is for inputting your order.
Screen 1 (I am using edit forms on this one but not sure if this is right)
Food: [Input Here]
Drinks: [Input Here]
Quantity: [Input Here]
Unit Price [Input Here]
Total Price: [Input Here] (What formula to use to multiply the quantity and unit price which would be equal to here.
Already added a "ADD (+)" button but not sure with the formula. Submit form only allows me to submit it through form not to another screen
Screen 2:
Food | Drinks | Quanity | Unit Price | Total Price
Total price (This will add all the total prices that are list on the screen 2)
We are trying to create an ordering form. Thank you!
You need to update context variables when using navigate ()
Something like navigate(screen2, ScreenTransition.Fade, {varMyVariable1: <whatever you want to pass>, varMyVariable2: <whatever you want to pass>})