function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
moringdmoringd 

Select multiple to campaigns in Web-to-Lead

is it possible to select multiple campaigns within a web-to-lead form?

 

For example, i would i like to use so that if a prospect want to request multiple webinar replays, they can do it from one form and not have to fill out a form everytime.

sfdcfoxsfdcfox

Web to Lead does not support multiple campaigns.

 

Some suggestions:

 

1) "Roll your own API-based Web-to-lead" Just get someone to do it in PHP or whatever you'd like.

2) "Apex Triggers on a custom field" Have a custom text field capture the entire list of what they want (or a multi-select list, etc), then have an on-create trigger so that web to leads can have as many campaigns as you want on creation.

3) "Custom Web-to-Lead Sites page" Some custom Apex Code and a little bit of Visualforce, and you can actually have your entire form hosted on the Force.com platform. It could even dynamically offer available campaigns.