Viewing 5 reply threads
  • Author
    Posts
    • #6602

      Hi,
      How can I define a mask for a field.
      Samples:
      16901-003
      061.695.238-40
      15.691.748/0001-55

      Can you help me? Thanks

    • #6617

      I found this topic.

      Phone Number Inputs

      +99(99)9999-9999

      ‘pattern’ => ‘[\+]\d{2}[\(]\d{2}[\)]\d{4}[\-]\d{4}’

      But the pattern and placeholder does not work.

    • #6620

      The field belongs to a group.

      ,array(
      ‘type’ => ‘number’
      ,’field’ => ‘cep’
      ,’size’ => ‘9’
      ,’maxlength’ => ‘9’
      ,’pattern’ => ‘\d{5}[\-]\d{3}’
      ,’message’ => ‘Dude, you are outside the zone.’
      ,’placeholder’ => ‘16901-003′
      ,’label’ => __(‘CEP’, ‘piklist-demo’)
      ,’columns’ => 3
      )

      I need to do some validation?

    • #6642
      Steve
      Keymaster

      @ayron– You can easily create your own validation rules. Check out this doc >

    • #6649

      Hello Steve,
      To begin, I would like to congratulate the whole team.
      I started using the piklis 05 days ago.
      Documentation is exemplified.
      The sample demo of the plugin also allows you to check things work.
      I have enough experience with WordPress, but not as a developer. I am developing for Win32 (use Cllarion as language)
      I am very excited about what I did and I wonder what I can still do.
      Piklist is already becoming an addiction.
      I have managed to come up with the code of a well quickly. The learning curve is easy, piklist does the hard work.
      Php7, html5 and codex reference, has helped me a lot to learn some concepts.
      It’s been a while I know the piklist. I’ve been looking for Rolopress and was led to piklist. My first printout, seemed complicated though full of features.
      It seemed easy and simple so I set out to use.
      Do not get to be anxious for new updates, I still have a long way that has shown rapid advances, but I expect version 1.0 and addons.

    • #6651
      Steve
      Keymaster

      @ayron– Thank you for the kind words. We’ve been working hard on Piklist for years… to make it powerful and easy… and addictive!

Viewing 5 reply threads
  • You must be logged in to reply to this topic.