Custom Template - Assign field to DIV id

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
wincode2008
User
Posts: 117

Custom Template - Assign field to DIV id

Post by wincode2008 »

Dear Experts,

How to a set the custom field to DIV id.

Example

 <div id="{{{value id}}}">
...
</div>

mobhar
User
Posts: 11660

Post by mobhar »

If you want to get the original value from database, then you may use dbvalue instead of value.


Post Reply