How to read data when we type parameter?
For example, I have form that only contain textbox and button. When I type registration id, and click submit button. There will displaying data depends on registration id .
Thanks
For example, I have form that only contain textbox and button. When I type registration id, and click submit button. There will displaying data depends on registration id .
Thanks
You can use the "Conditions" box in the "db read" action:
Regards,
Max
<?php
return array("db_field_name" => $form->data("form_field_name"));
Regards,
Max
Thanks Max,
And how to display the result?
Is we have to configure on found and on not_found event?
And how to display the result?
Is we have to configure on found and on not_found event?
Yes, you probably want to use the "on found" event, and you can pick any action based on what you want to do with the result.
You can try the "Display message" action and use:
You can try the "Display message" action and use:
Test text {field_name}
Oke, I'll try it.
maybe you can check my post. https://www.chronoengine.com/forums/posts/f2/t97888/cannot-save-into-double-table.html
maybe you can check my post. https://www.chronoengine.com/forums/posts/f2/t97888/cannot-save-into-double-table.html
This topic is locked and no more replies can be posted.