Jump to content
Welcome to the new FusionPro User Forum! ×

Bullet Points


p.kennedy

Recommended Posts

Sure. You'll need to know what the data looks like when passed to the template, but my guess is that hard returns will appear as break tags in which case you would write a simple rule to replace the tags with a tag plus a bullet character when composed and check the box to return tagged output.

return Field("TEXT ARA").replace(/<br>/g, "<br>•");

Link to comment
Share on other sites

That code didn't produce any bullets either. They will be typing in marcom central

Okay, so we need to figure out exactly what is in the data that comes from MarcomCentral, so that we know what needs to be replaced. Can you add a rule which outputs the raw field value, by returning it with the "Treat returned strings as tagged text" box UNchecked, and output that? Or, if you can access the composition log (.msg) file, you can use call the Print function in a rule with the field value to write it there. Getting a hold of the actual tagged markup input data file would be best.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...