[ic] contactform filled in automaticly

Gert van der Spoel gert at 3edge.com
Sun Nov 13 17:00:58 EST 2005


Eric Bont writes: 

> Hi,
> I want some fields in my contactform filled in automaticly. On my 
> flypage a have a hyperlink to infocontact.html (a form page to contact
> us about a product) 
> 
> <a href="infocontact.html?product=1&mv_arg=[item-code]" >info</a> 
> 
> In the form I have the fields 'SKU' and 'title' which should be filled
> in automaticly with the sku and title of the product . How can I do
> this, using Interchange tags in my form? 
> 
> Thanks a lot for any idea, 
> 
> Eric

<input type="text" name="SKU" value="[cgi mv_arg]">
<input type="text" name="title" value="[data table=products column=title 
key="[cgi mv_arg]"]"> 

CU, 

Gert


More information about the interchange-users mailing list