Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [Merrie] Very frustrated newbie...

Quote Reply
Re: [Merrie] Very frustrated newbie... In reply to
Hi,
Don't try to mix your custom html with the auto generated stuff.
Just remove the
<%Dbsql::HTML::generate_add_form%> (or ALL the default html)
from your add_form.html and replace it with your own html.
You should be able to display the username using <%Username%> and the email by using <%Email%>
and you can use hidden fields to add them to your table -
<input type="hidden" name="Username" value="<%Username%>">
<input type="hidden" name="Email" value="<%Email%>">


To find out what tags you have available in your template, put the following in your template and load the page.
<%GT::Template::dump%>

Hope that helps.
Simon.
Subject Author Views Date
Thread Very frustrated newbie... Merrie 3703 May 19, 2005, 3:35 PM
Thread Re: [Merrie] Very frustrated newbie...
jai 3600 May 20, 2005, 5:06 AM
Thread Re: [jai] Very frustrated newbie...
Merrie 3600 May 20, 2005, 2:59 PM
Thread Re: [Merrie] Very frustrated newbie...
jai 3605 May 20, 2005, 3:47 PM
Post Re: [jai] Very frustrated newbie...
Merrie 3599 May 20, 2005, 4:17 PM