Hi JorgeC1123! HTML can be used in the success message, so your developer will be able to add a button or link with HTML.
Im trying this but no Luck
[constantcontactwidget nam=”1″ grp=”Constant Contact test 2″ btn=”button text” msg=”You’ve been enter to win! Here is an exclusive 30% OFF VIP Code to our online store: SNOW30VIP Shop Now“]
I get the default message “you have been added to the list”
Can you help me
`[constantcontactwidget nam=”1″ grp=”Constant Contact test 2″ btn=”button text” msg=”You’ve been enter to win! Here is an exclusive 30% OFF VIP Code to our online store: SNOW30VIP <a href=”http://www.shop.com”>Shop Now</a>”]
Hi JorgeC1123! You cannot use the double quotation marks inside a parameter enclosed by double quotation marks. So change your shortcode to:
`[constantcontactwidget nam=”1″ grp=”Constant Contact test 2″ btn=”button text” msg=”You’ve been enter to win! Here is an exclusive 30% OFF VIP Code to our online store: SNOW30VIP Shop Now“]
`[constantcontactwidget nam=”1″ grp=”Constant Contact test 2″ btn=”button text” msg=”You’ve been enter to win! Here is an exclusive 30% OFF VIP Code to our online store: SNOW30VIP <a href=’http://www.shop.com’>Shop Now</a>”]