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
jhamletjhamlet 

Building a Live Demo Sign up Form

I am building a new Web2Lead form for a software demo signup on our website.  However we have some limitations that I am trying to solve in SF.
 
We need to offer a list of available days for the demo that the client select from.  The dates must be manageable from the back end (so we can manually change the dates available) and we need to be able to put a limit on the number of spaces available in the demo.
 
Has anyone built something similar using a Web2Lead form?  How did you build it?
 
I may have a way to manage the dates that are available internally.  However, I was thinking that I could query SF for a list how many leads are signed up for a particular day.  Then remove any dates where the contact/lead count is greater than X.
 
Does anyone know if this can be done with the SF API and a Web2Lead form?
 
Thank you for any advice or suggestions.


Message Edited by jhamlet on 10-08-2008 08:24 AM