Gossamer Forum
Home : Products : DBMan : Customization :

Auto insert <b> "Field" </b> to Field

Quote Reply
Auto insert <b> "Field" </b> to Field
Hi, I would like to add html formatting to a field when I save it

<b> "Field Data" </b>

is there an easy way to do this?
Quote Reply
Re: [munyard] Auto insert <b> "Field" </b> to Field In reply to
Yes, but you should be familiar with Perl

Sly

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [munyard] Auto insert <b> "Field" </b> to Field In reply to
$in{field_name} = "<b>$in{field_name}</b>";