CF 3.2
I have a complex set of forms where user can save data, load and save again.
Initial save + load is fine - ID added to database
But when user loads and completes the form it does another save as (new ID generated) opposed to using the existing entry ID.
My load scripts puts the ID in the URL, I then load id as a hidden field into the first form (in set of many).
Jacob
I have a complex set of forms where user can save data, load and save again.
Initial save + load is fine - ID added to database
But when user loads and completes the form it does another save as (new ID generated) opposed to using the existing entry ID.
My load scripts puts the ID in the URL, I then load id as a hidden field into the first form (in set of many).
Jacob