how can i insert the value from a dropdown or any other element in from the view in a function at the where statement?
{data:xxx} does not work :-(
Thanks for help
Corinne
{data:xxx} does not work :-(
Thanks for help
Corinne
Hi...
You have to use a "Form Area":
- SubmitEvent=View (or a new Event)
- Content: your form fields: {view:dropdown1}{view:text_field2} and so on...
- {view:field_button3} to submit your datas
In Event "View", {data.pr} to verify your datas, then {fn:save_datas}
Look at this ...[file=13809]test_09_Apr_2021_17_02_58.c6bak[/file]
You have to use a "Form Area":
- SubmitEvent=View (or a new Event)
- Content: your form fields: {view:dropdown1}{view:text_field2} and so on...
- {view:field_button3} to submit your datas
In Event "View", {data.pr} to verify your datas, then {fn:save_datas}
Look at this ...[file=13809]test_09_Apr_2021_17_02_58.c6bak[/file]
You need to login to be able to post a reply.