OmniPHP™ Sample Application - Core (Feedback / Comments)

See omniphp_inc.php and/or read the manuals and tutorials for all possible web controls and how to configure them.

Textboxes / Edit Boxes / Input Text:

A generic input text (i.e. CustomerName):

Error: Do not leave blank.


An input text that only accepts integers (i.e. Age (2 digits only)):

Error: incorrect format, should be: an integer number.


An input text that only accepts email addresses (i.e. CustomerEmail):

Error: Do not leave blank.valid email addresses only.


An input text that only accepts a date in mm/dd/yyyy format (i.e. CustomerDOB):

Error: Do not leave blank.valid birthdate (mm/dd/yyyy) only.


An input text that only accepts a valid VISA credit card number (i.e. CustomerCC, try a valid number like 4234567890123456):

Error: incorrect format, should be: valid VISA (13 - 16 digits, starts with 4).


An input text that only accepts phone numbers in US format (i.e. CustomerHomePhone):

Error: Do not leave blank.valid us phone number only.



Multiline Textbox / Text Area:

A text area that accepts up to 1000 characters (i.e. Comments):


 1000 characters left. Error: Do not leave blank.Minimum number of characters (0) not met.Exceeded maximum number of characters (1000).



List Box (Single Select and Multiple Select):

A single selection listbox (i.e. SiteRating):

Error: Choose a valid answer.Error: Choose a valid answer.


A multiple selection listbox, use CTRL to make multiple selections (i.e. FavoriteProducts):

Error: Choose a valid answer.Error: Choose a valid answer.



Radio Buttons:

Radio buttons (same principle as a listbox, a single selection) (i.e. StatementAgree):
[] Totally Agree Neutral Totally Disagree Refuse to answer
Error: Choose a valid answer.Error: Specify an answer.




Powered by: OmniPHP™ Framework 0.1.3
©Copyrighted 2010 to OmniPHP™.
OmniPHP™ is a registered trademark to Carmelo Vargas.