10387 Posts in 2198 Topics by 1712 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 174 Views |
-
Newsletter - latest version github - subscription page

19 March 2012 at 10:26am
I really love the subscription page in the latest version on Github.
But there is on error and I do not know how to fix.
When a user submits the form to subscribe, the subscription completion page has a error with two <p> tags.
I am so close to having this module working for my kid's school and would love to fix this tiny error but I do not know where to look.
I very eagerly look forward to hearing from you - as I need this site finished before Easter.
-
Re: Newsletter - latest version github - subscription page

19 March 2012 at 10:34am
I found the fix
newsletter/templates/Includes/SubscribeSubmission.ss
change
<% if FirstName %>$FirstName,<br ><% end_if %>
<p>$OnCompleteMessage</p>
to
<% if FirstName %>$FirstName,<% end_if %>
$OnCompleteMessage
-
Re: Newsletter - latest version github - subscription page

19 March 2012 at 11:39am
Would be great if you could submit that bugfix back to the github page so that it fixes it for everyone else if you haven't done it yet.
| 174 Views | ||
|
Page:
1
|
Go to Top |


