Forums

Pass cf_id to RedirectURL

dennisg 14 Mar, 2008
I would like to pass the cf_id of the just submitted form data on to another script via the Redirect URL. Is this possible? How do I obtain the cf_id value?
GreyHead 14 Mar, 2008
Hi dennisg,

You have to use an SQL command to get the next id from the database table. It is in the forums here somewhere!

Bob
dennisg 14 Mar, 2008
Found it with ( $query = "SHOW TABLE STATUS LIKE 'jos_chronoforms_3'"; ). Thanks. Works like a champ!<br><br>Post edited by: dennisg, at: 2008/03/14 07:00
This topic is locked and no more replies can be posted.