Special Characters validation

  • Views Views: 7,210
  • Last updated Last updated:

Navigation

      Access element (+)
      Birthday element
      Button element
      Calculation element
      Captcha element
      Checkbox element
      Colour Picker element
      Count element (+)
      Database join element
      Date element
      Digg element
      Display text element
      Dropdown element
      Facebook Like element
      Field element
      File Upload element
      Folder element
      Google Map element
      Image element
         Image databese join
      Internal id element
      IP element
      J!Date element
      Kaltura element
      Link element
      Notes element
      OpenStreetMap element
      Picklist element
      Radio Button element
      Rating element
      Sequence element
      Slider element
      Tags element
      Textarea element
      Thumbs element
      Time element
      Timer element
      Timestamp element
      Total element
      User element
      User group element
      Video element
      View level element
      YesNo element
      Youtube element
      Akismet validation
      Is Email validation
      Is Not validation
      Is Numeric validation
      Not empty validation
      PHP validation
      Rsa id
  • Validates against a comma separated list of characters or words. If found in the element's data these words can be optionally replaced with another string.
    validation-special-chars.png

    • Error message - The message to display next to the element if the Validation fails. This text should explain why the Validation failed and what steps the user should take to remedy the error.
    • Condition - A PHP expression which if returns false, means that the Validation is not run. See here for more information.
    • Forbidden characters - A comma separated list of characters or words that must not appear in the element's data.
    • Match or replace
      • Match - if forbidden characters are found then the Validation fails
      • Replace - if forbidden characters are found then they are replaced with the "replace string"
    • Replace string - If "Replace" is selected for "Match or replace" then the matched data will be replaced with this fields text, and the form submitted (unless of course another Validation fails in the form)
Back
Top