June 2012 Inner Circle meeting

[heading style=”1″]June 2012 Inner Circle Meeting[/heading]


New Confirmation with sample data

Raw page with no merged data

Download New Confirmation Template Files

[box title=”Sample Link” color=”#333333″]

[sourcecode language=”plain”]

http://yoursite.com/new_confirmation.php?address1=%$address1$%&name=%$name$%&email=%$email$%&workphone=%$phone$%&homephone=%$secondaryphone$%&city=%$city$%&state=%$state$%&zip=%$zip$%&field1=%$field1$%&field2=%$field2$%&field3=%$field3$%&field4=%$field4$%&field5=%$field5$%&field6=%$field6$%&field7=%$field7$%&field8=%$field8$%&field9=%$field9$%&package=%$custom:bpackage$%&age=%$custom:field13$%&today=%$today$%&field30=%$custom:field30$%

[/sourcecode]

[/box]

 

4 comments

  1. The ampersand (&) is special character in internet web code (and many other coding languages).

    To avoid problems, the symbol needs to be represented in another fashion. That would be &

    Case in point the & symbol is used as a special code marker in the replacement.

    You should use that in html email, and your website (if you use WordPress, the post/page editor will do this automatically) There are more characters that need to be changed out as well since they have special meaning. Here is a resource of all of the symbols that can be changed out. That page has every character, but the important ones to substitute are the ones with an “HTML Name” defined. You can use either that “HTML Name” or “HTML Number” in your webpage.

Leave a comment

Your email address will not be published. Required fields are marked *