Is there a built-in in Freemarker that allows me to entirely remove HTML tags from a string?

You could use the Freemarker built-in string replace function with the “r” flag to enable regular expressions. Here’s a simple regexp that does the trick: ${page_title?replace(‘<[^>]+>’,”,’r’)} Note that if you use backslashes within the regular expression they must be escaped, as follows (contrived example that removes whitespace): ${page_title?replace(‘\s+’,”,’r’)}

MARKETING CAMPAIGNS

DYNAMIC SEGMENTATION •Navigation : Lists > Relationship >Group > New •Check Dynamic and select ‘continue’ •Enter the group name and select any saved search and Save CREATING A CAMPAIGN • NAVIGATION : List > Marketing > Sales Campaign > New • Enter the title and date in the ‘Other Events’ under “Events” subtab CAMPAIGN ROI… Continue reading MARKETING CAMPAIGNS

Preferences Module: Certifications tab: Configure Roles

The Certification process is broken up into distinct workflow roles that Users operate within. Out of the box, ReconArt comes with only the Preparers role as defined. All additional roles must be created here and will be of the type “Reviewer/Approver”, a read-only workflow role which either approves an account or rejects it back to the Preparer.… Continue reading Preferences Module: Certifications tab: Configure Roles

Preferences Module: Certifications tab: Configure Calendar

The Certification Calendar is where the schedule for Account Certification is configured. Because Certification is a cyclical process, it consists of several events that need to happen on a certain time schedule in order to be manageable and transparent. These schedules can be different for different Certification Accounts, for example some accounts may need to… Continue reading Preferences Module: Certifications tab: Configure Calendar

Preferences Module: Certifications tab: Configure Periods

Account Certification is tied directly to defined Certification Periods. Periods are typically configured so that there is one a month, and may follow a traditional calendar or a fiscal year calendar (Period 1 == July, etc.). Once periods are configured, different Certification calendars (covered in the next lesson) may cycle every period (so accounts must… Continue reading Preferences Module: Certifications tab: Configure Periods