In chronoforms one can pass a parameter in the url which can be captured by a field on a form that has the same id as the parameter passed in the url.
I am trying to have this same effect using chronoconnectivity 6.
Here is what I have:
{fn:php} where I return as var a value called say php_var
{view:toolbarbutton} I call an event using the php_var as a URL parameter: book_id={var:php_var} - this goes in the URL box
The event called by the toolbarbutton calls a form that has a field with the same id as the name php_var.
But no value gets received.
What am I doing wrong?
Thank you
Amelia
I am trying to have this same effect using chronoconnectivity 6.
Here is what I have:
{fn:php} where I return as var a value called say php_var
{view:toolbarbutton} I call an event using the php_var as a URL parameter: book_id={var:php_var} - this goes in the URL box
The event called by the toolbarbutton calls a form that has a field with the same id as the name php_var.
But no value gets received.
What am I doing wrong?
Thank you
Amelia