You need to sign in to do that
Don't have an account?

Please Help Custom Web To Lead [ Call Method]
Hello
a webform collects users information, has 1,2,3,4 steps ,
Currently all infomation is collected from the website is creating a record in every step of the website form,
That is,
User one fills out the form in step one if they continue to step 2, a record is created in Salesforce, the user continues to step 3 of the form a new record is also created until the form is in step four which also creates a new record in Salesforce, making it 3 of the same record.
I need to know how can I create a call method that allows the records in Salesforce not to be Created but instead Updated based on the user's email address during a form creation.
That is when the initial record is created in Salesforce it includes an email address, so when the user goes to step two, instead of creating a new record in salesforce, it should be updated with the new record information.
Please this is quite urgent HELP.
Regards.
Hello Tom
Yes i still do; please your suggestions will be very helpful
Regards
Teddy
Thanks you for getting back to me,
Thanks I lookforward to your solution to this issue next week.
Thanks.
May I ask why you want to trap every single box filled instead of waiting till they fill in the required boxes and hit submit?
How are you making it submit on each box entry.. are you using javascript on the form?
It can be done, but would be a lot more worthwhile to work on it if I understood the need to capture each box fill or worse yet are you capturing each keypunch meaning you might have 100+ records generate for each sign up....
Its best to make the important boxes mandatory and then only when they submit the completed form enter them into the data base... So if its that important I have a few ideas..... but does not make sense... so please explain... Thanks
One way would be to capture each page submission on the server in lets say a php file and then and only on the final submission sent the final result of all the fields to Salesforce...
Otherwise a possible trigger could be set on insert to check for an existing email and update that record each time.. Should not be too hard to set up....
Here is another method... when each page is submitted and it brings up the next page to fill in, the submission button can call up the next page and auto place all the fields from the last page in a hidden field. So as you go page by page, all data will be forwared to the next page as hidden.. then when the last page submission button is hit.. goes to Sales Force so you only have one record.
Pretty easy to set up ... do you have PHP, Asp or Visual Force pages.
If you want to send me the URL of the site i will be happy to offer suggestions as how best to accomplish the mission.
My Apologise for the late reply,
The Marketing manager wants to track unfinished forms...
But im stuck on how to go about doing the update, for example update the record based on the email address in the system. Now if this is the case, i need to create a trigger like you said..
Can you give me an example of a trigger that updates a record based on the email address.
Regards.
thanks again for helping wiht this.