Forums

Order form with countdown?

roed 29 Mar, 2016
Hi.
Is it possible to do a ticket order form with a field that keeps track of how many tickets there are left for ordering? And if this field is less than what is ordered you get an error saying "Not enough tickets left"?

Thanks, Michael
GreyHead 29 Mar, 2016
Hi Michael,

Yes you can do that.

Save the 'sold ticket' records to a database table.

In the form On Load event add an Event switcher action with a MYSQL query that checks the number of records in the table; if it is less than X show the form, otherwise show a message.

Bob
This topic is locked and no more replies can be posted.