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
Ricky MartinRicky Martin 

Retrieve the Lead id for update

I have use two contact form like
Step 1, Step 2.

So  if I press the submit button from Step 1, the lead should be create and go to the Step 2 page and update the value into that lead(step 1 page) whatever I give in the Step 2 form.

sfdc_ninjasfdc_ninja
Not totally sure, but it sounds like you are trying to create a wizard of some sort.  

I would take a look at this resource.

http://developer.force.com/cookbook/recipe/creating-a-wizard-with-visualforce-pages







Vinita_SFDCVinita_SFDC
Hello,

You can achieve this with visual flows. Please refer following blog:

http://buttonclickadmin.com/salesforce-visual-workflow-getting-started/
Ricky MartinRicky Martin

Hi Vinita,

Tthanks for your response.

I am use clasic asp page so in this case how can I add the lead and get the existing lead id in the step 2 page.

Ricky MartinRicky Martin
Hi,
How to use wsdl file in asp page, actually I want to create the lead using classic asp page so can you guid to achive this?
Thanks.