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?
defaultonly exists for select field and checkboxes. – CBroe Dec 6 '12 at 20:26