Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to prepopulate the phone number field in a Facebook Registration Plugin, with the international prefix.

I tried with: value="+44" and "value" : "+44"

<fb:registration redirect-uri="" 
 fields='[
   {"name":"name"},
   {"name":"number","description":"Phone number","type":"text", value="+44"},
]' 
 onvalidate="validate"></fb:registration> 

But it doesn't work, how can fix it out?

share|improve this question
There’s nothing in the docs that suggests that this would be possible. A default only exists for select field and checkboxes. – CBroe Dec 6 '12 at 20:26
Isn't possible? Are you sure? – Giuseppe Bono Dec 7 '12 at 11:00

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.