Documentation Center

GetChangeProfileURL()

Use this method to get the URL of the Page where a Contact can change their profile.

Syntax

Function GetChangeProfileURL(Optional ByVal customQueryStringParameterValue As String = "") As String

Parameters

ParameterDescription
ParameterValueThe (optional) value of the custom parameter

Description

This method returns the URL of the change profile page where a Contact can change their profile. You can use the customQueryStringParameterValue parameter to add one custom parameter, called custom, to the URL you create. The value of this custom parameter is the value of customQueryStringParameterValue. By using this parameter, you can, for example, add a Publication ID to the URL. The changeprofile.aspx or changeprofile.jsp page can then retrieve this Publication ID and change its behavior accordingly.

Example Template code

Do you want to change your profile? <br />
Click <a href='[% WriteOut OutboundEmail.GetChangeProfileURL() %]'>here</a>