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
Auto populate form inputs (Calguy?)
Re: Auto populate form inputs (Calguy?)
Hi, I need the exact same thing. Is it possible to do?
Re: Auto populate form inputs (Calguy?)
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
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