Hi,
Could not find the answer in the forums.
I used with success DB record Loader to show one record using one unique field value passed in the form URL.
I am trying to get a record by passing the value of 3 fields that together are unique and will call only one record to load in the form. I cannot figure out how to do this.
I tried:
In the DB record loader:
DB filed name = blank
Request param - passinfo
And Where statement:
`firstname` = '$firstname';
AND `name` = '$name';
AND `birthday` = '$birthday';
In the input form in the Redirect URL
in the params:
option=com_chronoforms
chronoform=Administration_login
passinfo={firstname, name, birthday}
Can you help me ?
Thank you very much in advance,
Could not find the answer in the forums.
I used with success DB record Loader to show one record using one unique field value passed in the form URL.
I am trying to get a record by passing the value of 3 fields that together are unique and will call only one record to load in the form. I cannot figure out how to do this.
I tried:
In the DB record loader:
DB filed name = blank
Request param - passinfo
And Where statement:
`firstname` = '$firstname';
AND `name` = '$name';
AND `birthday` = '$birthday';
In the input form in the Redirect URL
in the params:
option=com_chronoforms
chronoform=Administration_login
passinfo={firstname, name, birthday}
Can you help me ?
Thank you very much in advance,