visator Posted August 22, 2009 Share Posted August 22, 2009 i script i have {if $customfields} {foreach key=num item=customfield from=$customfields} <tr><td class="fieldarea">{$customfield.name}</td><td>{$customfield.input} {$customfield.required}</td></tr> {/foreach} {/if} can modify it on {if $customfields} {foreach key=num item=customfield from=$customfields} SHOW ONLY - {$customfield.name} WHERE key=num= MY CUSTOM FIELD NR 5 <tr><td class="fieldarea">{$customfield.name}</td><td> {$customfield.input} {$customfield.required}</td></tr> {/foreach} {/if} It is necessary to divide into parts the list custom fields 0 Quote Link to comment Share on other sites More sharing options...
atDev Posted August 29, 2009 Share Posted August 29, 2009 You can do... {$customfield[5].name} As long as the index of the custom field is '5'. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.