Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Added fields to include_form template not parsing

Quote Reply
Added fields to include_form template not parsing
Modify a link.

I've added additional fields to include_form.html template but whatever I enter does not parse. Do I need to add details to another file like modify.pm?

Example:
Code:
<div class="row clear">
<label for="DB_Column_5" class="name">Column 5:</label>
<div class="valueshort"><input type="text" id="DB_Column_5" name="Column 5" value="<%if DB_Column_5%><%escape_html DB_Column_5%><%endif%>" class="text"></div>
</div>
<div class="row clear">
<label for="DB_Column_6" class="name">Column 6:</label>
<div class="valueshort"><input type="text" id="DB_Column_6" name="Column 6" value="<%if DB_Column_6%><%escape_html DB_Column_6%><%endif%>" class="text"></div>
</div>
Anything modified in additional Column 5 or 6 fileds does not parse.

What am I missing or is it not possible to do this?

Last edited by:

MJB: Mar 14, 2020, 4:49 AM
Subject Author Views Date
Thread Added fields to include_form template not parsing MJB 5036 Mar 14, 2020, 4:48 AM
Thread Re: [MJB] Added fields to include_form template not parsing
MJB 4740 May 6, 2020, 9:24 AM
Thread Re: [MJB] Added fields to include_form template not parsing
VishalT 4742 May 6, 2020, 12:33 PM
Thread Re: [VishalT] Added fields to include_form template not parsing
MJB 4738 May 6, 2020, 1:38 PM
Post Re: [MJB] Added fields to include_form template not parsing
Andy 4721 May 7, 2020, 12:23 AM