Hi,
We use Lead Capture with Double Opt-In enabled. The assigned email template uses the {optInUrl} variable for the recipient to opt-in. This variable is replaced with the default site URL.
Currently there are 2 config parameters used to override the default site URL:
- leadCaptureSiteUrl - to override the default site URL (can be helpful if there's no access to your CRM from the internet, but you want to expose the lead capture; you will need to configure your server to handle requests to the specified URL)
- massEmailSiteUrl - to override the default site URL (can be helpful if there's no access to your CRM from the internet, but you need to handle opting out & tracking URLs; you will need to configure your server to handle requests to the specified URL);
It would be great to also implement a custom URL config parameter for optIn or apply one of the existing config params for this purpose.
We use Lead Capture with Double Opt-In enabled. The assigned email template uses the {optInUrl} variable for the recipient to opt-in. This variable is replaced with the default site URL.
Currently there are 2 config parameters used to override the default site URL:
- leadCaptureSiteUrl - to override the default site URL (can be helpful if there's no access to your CRM from the internet, but you want to expose the lead capture; you will need to configure your server to handle requests to the specified URL)
- massEmailSiteUrl - to override the default site URL (can be helpful if there's no access to your CRM from the internet, but you need to handle opting out & tracking URLs; you will need to configure your server to handle requests to the specified URL);
It would be great to also implement a custom URL config parameter for optIn or apply one of the existing config params for this purpose.

Comment