Hi! I'm totally lost with the new Chronoforms.
I want to create a simple order form, that allows the user to only order what is available. So I want one form where I can write to the database that I have 20 bottles of beer left.
And the other form should be the order form that allows a customer to order beer, only when it is available. So I need to read that value from the database. It doesn't need to update the database, I want this to be done manually.
How do I get this to work?
I want to create a simple order form, that allows the user to only order what is available. So I want one form where I can write to the database that I have 20 bottles of beer left.
And the other form should be the order form that allows a customer to order beer, only when it is available. So I need to read that value from the database. It doesn't need to update the database, I want this to be done manually.
How do I get this to work?