Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Andy] Carry forward USER data into Add Link page

Quote Reply
Re: [Andy] Carry forward USER data into Add Link page In reply to
I tried but must have got something wrong !!!

What code would I need to add and where?

Thanks

Currently I have this ( as you might imagine, this causes some confusion for users, when they see 2 URL fields )

I have UserURL as a field in the USER table

<div class="row clear">
<label for="UserURL" class="name">Your Website:</label>
<div class="value">
<input type="text" id="UserURL" name="UserURL" value="<%if UserURL%><%escape_html user.UserURL%><%endif%>" class="text" />
</div>
</div>
Colin Thompson

Last edited by:

colintho: Mar 4, 2010, 2:23 AM
Subject Author Views Date
Thread Carry forward USER data into Add Link page colintho 6060 Mar 2, 2010, 11:53 PM
Thread Re: [colintho] Carry forward USER data into Add Link page
Andy 5857 Mar 3, 2010, 12:16 AM
Thread Re: [Andy] Carry forward USER data into Add Link page
colintho 5846 Mar 3, 2010, 1:32 AM
Thread Re: [colintho] Carry forward USER data into Add Link page
colintho 5866 Mar 4, 2010, 1:36 AM
Thread Re: [colintho] Carry forward USER data into Add Link page
Andy 5840 Mar 4, 2010, 1:57 AM
Thread Re: [Andy] Carry forward USER data into Add Link page
colintho 5834 Mar 4, 2010, 2:16 AM
Thread Re: [colintho] Carry forward USER data into Add Link page
Andy 5821 Mar 4, 2010, 2:24 AM
Post Re: [Andy] Carry forward USER data into Add Link page
colintho 5827 Mar 4, 2010, 2:40 AM