What is the best way to alternate emails depending on a form submission?

32 views
Skip to first unread message

aku...@apps.cierant.com

unread,
Apr 10, 2015, 3:37:17 PM4/10/15
to xmpie...@googlegroups.com
Hi guys,

I am redirecting to two different pages right now, but it would be nice to disable an email trigger depending on data that was submitted.

Is there an easy way to do it directly on a page without doing anything in the uplan?

Thank you,
Anna



This message and any attachments are intended solely for the recipient as part of Cierant Corporation business. If you are not the intended recipient, disclosure, copying, use, or distribution of the information included in this message is prohibited -- please immediately and permanently delete this message.

  Cierant is an ISO 27001 certified company.

Tyrone

unread,
Apr 10, 2015, 6:22:11 PM4/10/15
to xmpie...@googlegroups.com

<script runat="server" language="c#">

protected void Page_Load(Object Src, EventArgs E) { if

(AdorRec.FieldValue("UID", null) == "nothankyou") {

uCreateXMCtrls.uCreateXMCommonCSharp.XMP_RedirectCompatibleWithHelicon3(

"nothankyou.aspx");

} else if (AdorRec.FieldValue("UID", null) == "thankyou") {

uCreateXMCtrls.uCreateXMCommonCSharp.XMP_RedirectCompatibleWithHelicon3(

"improvethankyou

}

</script>

 

This script will direct to either page based on data then it can trigger mail or not age

 

Regards,

 

Tyrone O’Brien

Director | Professional services | Multi-Channel Developer

 

Description: connect_E_logo

 

P: 041 661 4187

E: tyr...@connect1to1.com.au

W: www.connect1to1.com.au

--
You received this message because you are subscribed to the Google Groups "XMPie Interest Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xmpie-users...@googlegroups.com.
To post to this group, send email to xmpie...@googlegroups.com.
Visit this group at http://groups.google.com/group/xmpie-users.
For more options, visit https://groups.google.com/d/optout.




This email has been checked for viruses by Avast antivirus software.
www.avast.com


image001.jpg
Reply all
Reply to author
Forward
0 new messages