Auto populate form inputs (Calguy?)

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
rhamej
Forum Members
Forum Members
Posts: 33
Joined: Wed Jul 16, 2008 8:48 pm

Auto populate form inputs (Calguy?)

Post 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
User avatar
cisco
Forum Members
Forum Members
Posts: 19
Joined: Sun Nov 25, 2007 8:16 pm
Location: Serbia

Re: Auto populate form inputs (Calguy?)

Post by cisco »

Hi, I need the exact same thing. Is it possible to do?
JeremyBASS

Re: Auto populate form inputs (Calguy?)

Post 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
Post Reply

Return to “Modules/Add-Ons”