Jump to content

Search the Community

Showing results for tags 'Input'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • News
    • The Lounge
  • Community
    • Pre-Sales Questions
    • Support
    • The Marketplace
    • Contribute
    • Show Off
    • Feature Requests
    • Bugs
    • Contests
  • Developer Corner
    • General
    • Extensions
  • BlestaStore's Forum
  • BlestaStore's BlestaCMS
  • BlestaStore's Resellers
  • BlestaStore's BlestaForums
  • BlestaStore's Promotions
  • CubeData's Official Announcements From CubeData
  • CubeData's Peer Support
  • CubeData's Resellers
  • ModulesGarden Club's Topics
  • Blesta Addons's Topics

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Wire


Location


Interests

Found 1 result

  1. I am trying to understand how the examples in Error Checking (http://docs.blesta.com/display/dev/Error+Checking)relate to the JSON formated version of Input Rules in the Universal Module. All the examples in Error Checking are php arrays. The simple examples seem obvious, but how would the ones with functions be done in Input Rules? What is the correct way to validate an email address given the Service Option of admin_email? { "admin_email":{ "valid":{ "rule":["filter_var",["admin_email","FILTER_VALIDATE_EMAIL"]], "message":"Please enter a valid email address." } } } The above fires but fails with a valid address in the field. Why aren't there more examples in the docs for the JSON formatted Input Rules?
×
×
  • Create New...