Auto a field a field in multi forum

Addy 28 Jul, 2010
How would I go about creating a function, which has a constant id which would go into all tables for the session for a multi page form.

Such as a questionaire, and with 5 tables to populate. I would like the client id to be in each table. How would I go about that with ChronoForms?

Thanks in Advance

Addy
Addy 29 Jul, 2010
I could really do with abit of help on this. The project needs to start, and I need to decide how to impliment one part of it, this being the key factor?

Thanks again in Advance!
nml375 30 Jul, 2010
Hi Addy,
Am I correct in that you'd like the user id to be included into all database records througout the forms? Or should the ID only be fixed to the session, allowing one user to complete forms multiple times?

Are you using the MultiPage CFPlugin?

/Fredrik
Addy 31 Jul, 2010
Hiya Fredrik and thanks for your reply.

What I was trying to do, is as you say, pass a value from one form to another, based on what the user enters into a textbox.

The code I had worked as far as the default value came over. The problem i had, is my thinking on how the form code window worked. I did not grasp the onLoad/Veiw block, and thought it would reload when the submit button was pressed, then taking the info from the text box, putting it into a var and saving it into the session for that user. I found the answer last night thats to some help over at the joomla forums, when the box below, onSubmit after email is what is read on a submit, and where to read the POST information.

So this has now been resolved🙂 Thank you again for taking the time to post.
This topic is locked and no more replies can be posted.