I am looking for a way to populate dropdown lists on the second page of a form based on some information the user provides on the first page. They are uploading an excel file and I want to use the contents of the first row as prevalue sources.
Is there any way to do this in Contour? I've been kind of hacking around for a while and have not found a way to do this.
Prevalue sources generated at runtime
Hi!
I am looking for a way to populate dropdown lists on the second page of a form based on some information the user provides on the first page. They are uploading an excel file and I want to use the contents of the first row as prevalue sources.
Is there any way to do this in Contour? I've been kind of hacking around for a while and have not found a way to do this.
Comment author was deleted
Yeah probably, store the upload location in session and then have a prevalue source that uses that
Comment author was deleted
Might need a customized upload fieldtype that set's the session var
is working on a reply...