kieran.kenny
10-18-2007, 10:23 AM
Just looking for a simple bit of code. I want some of the fext fields on my form to be filled in if a user is already logged in, such as name, email address, etc.
At the moment the name field looks like this but it doesn't work:
<input name="customer_name" type="text" size="40" value="{$customer_name|replace:"\"":"""}">
Any ideas what I should change to get it to auto-fill from the database?
At the moment the name field looks like this but it doesn't work:
<input name="customer_name" type="text" size="40" value="{$customer_name|replace:"\"":"""}">
Any ideas what I should change to get it to auto-fill from the database?