Page 1 of 1

Auto populate form inputs (Calguy?)

Posted: Mon Jan 26, 2009 10:12 pm
by rhamej
I've seen this question asked before, but could not find the thread.

How can I get the value of an input on the first page of a multi page form, and use it as a value on another input on page 3 of the multi page form.

Thanks,
Josh

Re: Auto populate form inputs (Calguy?)

Posted: Tue Mar 31, 2009 3:38 pm
by cisco
Hi, I need the exact same thing. Is it possible to do?

Re: Auto populate form inputs (Calguy?)

Posted: Tue Mar 31, 2009 4:23 pm
by JeremyBASS
You should be able to use {$smarty.request.inputname}

so in the flide you'd need to do a replace to insert that....
{**your target input**|replace:"value=\"\"":"value=\"`$smarty.request.inputname`\""}

that is the trick here... or at least how I think I did it last time...

Is that enough to go off of? or do you two need some more.. ?  I have to finish anyother question first but I can come back later...

Cheers
jeremyBass