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
啓二 土井啓二 土井 

WebToLead cannot populate numeric value into lead custom field. Why?

Hi,

My WebToLead logic cannot populate numeric value on PHP web page into lead custom field. I do not know why.
I am using this code for the numeric value poputation with WebToLogic...

<input  id="00N10000002k7Rb" name="00N10000002k7Rb" type='hidden' value='<?php echo $semno;?>' />

And also, this data type (00N10000002k7Rb) is numeric (2、0).

Accroding to debug mode of <input type="hidden" name="debug" value=1>
<input type="hidden" name="debugEmail" value="my mail address">, it says 00N10000002k7Rb: 7 <- This values is what I actually typed in for the test.

It seems that there is no issue as that field can have the correct value.
But any value cannnot be populated into correspondent custom field on SalesForce.
Could you please tell me root cause on this if you can know? 

ShashankShashank (Salesforce Developers) 
Does the issue happen for standard fields as well? Or is it specific to custom fields?