I have the following problem: The user can choose a startnumber for a race but the form have to check if the entered start number is not already used by another user. When the number is not free there should be displayed an error message and the user have to choose another start number.
Can anyone help me to solve this problem?
Can anyone help me to solve this problem?
Why not just autogenerate a number for the user? Otherwise, you can use a read data action looking for the number they entered and if found, display the error and use event load action to go back.
The simplest explanation for the question "Why not autogenerate the number" is, that e.g. Rossi never wanna start the race with the number of Marquez ;-). So each top-driver of the austrian enduro championship should have the possibility to choose his personal number (look at www.endurocup.at). Can you help me
- with the where conditions in the read data section? The formfield: Name: wunsch_startnummer, ID: wunsch_startnummer | the database field: wunsch_startnummer.
- with the exact event loader definition so i have a loop
The "value" should be {data:fieldnamegoeshere}
This topic is locked and no more replies can be posted.