#noorbl

1 messages · Page 1 of 1 (latest)

golden rootBOT
quiet terrace
#

HI @midnight ermine

#

any one here?]

midnight ermine
quiet terrace
#

im read but i dont know where to add

midnight ermine
#
  mode: 'shipping',
  allowedCountries: ['US'],
  blockPoBox: true,
  => fields: {
    phone: 'always',
  },
  validation: {
    phone: {
      required: 'never',
    },
  },
}} />```
quiet terrace
#

wait to test

#

stay here

#

=> fields: {
phone: 'always',
},

=> this text rquire?

#

required*

midnight ermine
#

no that's just me pointing out what you need to configure

quiet terrace
#

ok

#

validation: {
phone: {
required: 'never',
},

what this doing?

midnight ermine
#

that's configuring validation, if you want to validate the phone number format then you can remove that part.

quiet terrace
#

ok

#

its work

#

thanks