Forums

Newbie question

Theodine 16 Sep, 2009
Sorry if my question is basic but I'm newbie 😶 with ChronoForms & ChronoConnectivity and don't find my answer in this forum.

So, my question is :

I create a classic form with just some imput boxes to get name, firstname and address.
My submission isn't stored in a specific table.
In this form, I use a redirect url to index.php?option=com_chronoconnectivity&connectionname=MyConnection

But I want to filter the result by the firstname issued from my form.
I suppose thaht we must use the field WHERE. But, how to do to pass the value from my form to my commection ?
What's the syntax ?
What's the best way ? If many exist.

Thank's for your help.
=Theodine=
GreyHead 16 Sep, 2009
Hi Theodine,

The short answer is to use an extra variable in the url. Probably a record ID is better than the name though

index.php?option=com_chronoconnectivity&connectionname=MyConnection&id=9985

Bob
This topic is locked and no more replies can be posted.