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
cfdevninja cfdevninjacfdevninja cfdevninja 

web-to-lead fails to work after upgrade to Enterprise

I always had web-to-lead working for us but after we upgraded to Enterprise edition. Everything stops working. We even tried regenerating the form with just first name and last name field and that didn't help.

Any idea how to debug this?
PavanKPavanK
Hi,

Few way or points
- Set debug log for web to lead user(Go to Web To lead setting>>Default Lead Creator)and create lead from form. New Logs should be added. Two possibilities
     * If New logs are created then some validation rule or triggers are causing issue and try to resolve the issue
    *  If new logs are not created then you need to check web to lead form. In such case check Org ID, Instance or URL of your org is changed after upgrade if yes then upgrade form with new URL and ord id.

Please mark this answer as best if it resolved your query.
cfdevninja cfdevninjacfdevninja cfdevninja
I tried your suggestion but unfortunately I am not getting any logs. oid looks fine. The newly generated HTML matches what I had from before. Any other suggestions?