maschoff wrote:We will update the script action examples in the doc to make it clearer how to implement stuff like this.
Search found 10 matches
- Tue Mar 29, 2011 5:29 pm
- Forum: Development
- Topic: Mail Name in Unsub form
- Replies: 10
- Views: 15975
Re: Mail Name in Unsub form
thanks!
- Tue Mar 29, 2011 3:57 pm
- Forum: Development
- Topic: Mail Name in Unsub form
- Replies: 10
- Views: 15975
Re: Mail Name in Unsub form
finally i was able to make it work.. needed to convert the parameter to integer, thanks! Hello @ all, i have tried it on my system and it works. I have used zwo parts: 1x action, 1x form Action: shortname step 1: script-action #set($mail=$MailingDao.getMailing([Mailing_ID], 1)) #set($scriptResult=&q...
- Mon Mar 28, 2011 7:03 pm
- Forum: Development
- Topic: Mail Name in Unsub form
- Replies: 10
- Views: 15975
Re: Mail Name in Unsub form
ok.. i tried changing to this: #set ($mail=$MailingDao.getMailing(100, 1)) <td><h1><strong>$mail.getShortname()</strong>UNSUBSCRIBE NEWSLETTER 1/2</h1> and im just getting this printed out: $mail.getShortname()UNSUBSCRIBE NEWSLETTER 1/2 Do you really want to unsubscribe from our newsletter? it doesn...
- Mon Mar 28, 2011 2:14 pm
- Forum: Development
- Topic: Mail Name in Unsub form
- Replies: 10
- Views: 15975
Re: Mail Name in Unsub form
i managed to include the mailing id in the url, so i should be able to get the mailing already, but not working still: ($mail seems is not getting the value, because when i access th page, im getting the $mail.getId() being printed out in the page) <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 T...
- Wed Mar 23, 2011 3:39 am
- Forum: Development
- Topic: Mail Name in Unsub form
- Replies: 10
- Views: 15975
Re: Mail Name in Unsub form
I have this unsub form and i included that script comment, its not working unless im doing it wrong: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <head> <title>newsletter unsubscribe</title> <meta http-equiv="Content-Type" content="text/html; charse...
- Tue Mar 22, 2011 10:23 am
- Forum: Development
- Topic: Mail Name in Unsub form
- Replies: 10
- Views: 15975
Mail Name in Unsub form
Hi, is this possible, displaying the Mail name in the unsubscribe step 1 form?
please point me to the correct direction.. can we use script action in the form itself?
please point me to the correct direction.. can we use script action in the form itself?
- Tue Mar 22, 2011 7:06 am
- Forum: Using OpenEMM
- Topic: Display Mailing name in Unsubscribe
- Replies: 2
- Views: 3557
Re: Display Mailing name in Unsubscribe
i saw script action, can this be added in the unsubscribe form, ## Set company-ID (could also be retrieved from requestParameters) #set( $company_id = 1 ) ## Get the mailing-ID which we set in the mailings unsubscribe URL #set( $mail_id = $requestParameters.mi ) #if( $mail_id ) ## Requestparameters ...
- Tue Mar 22, 2011 5:02 am
- Forum: Using OpenEMM
- Topic: Display Mailing name in Unsubscribe
- Replies: 2
- Views: 3557
Re: Display Mailing name in Unsubscribe
anyone? please help
- Mon Mar 21, 2011 9:04 am
- Forum: Development
- Topic: Source Build Process
- Replies: 1
- Views: 5228
Source Build Process
hi, can anyone confirm if im doing this correctly; I need to compile the source code so i download the OpenEMM-6.2-src.tar.gz then in /home/oe, i put 2 tar.gz which are the following: OpenEMM-6.2-src.tar.gz and OpenEMM-6.2-JARs.tar.gz then i setup the ant and java home, so i just did: ant -f openemm...
- Fri Mar 18, 2011 5:34 pm
- Forum: Using OpenEMM
- Topic: Display Mailing name in Unsubscribe
- Replies: 2
- Views: 3557
Display Mailing name in Unsubscribe
Hi, can anyone help me, i need to display the mailing name in the unsubscribe form. This should be dynamic i think since im just using 1 unsubscribe form for multiple mailing template. is there any tag for it?