I've been testing a form with a website field and it's rejecting any entries without a dot in the name, http://www.accounting-wizard.com is OK but http://www.accounting-wizard fails to validate. Is this PAD?
I've been testing a form with a website field and it's rejecting any entries without a dot in the name, http://www.accounting-wizard.com is OK but http://www.accounting-wizard fails to validate. Is this PAD?
http://www.accounting-wizard isn't a valid URL. The Website field uses PHP to validate that the data entered is in fact a correctly formatted web site address. That technically isn't a valid web site URL. If this is an issue you'll need to use a Single Input field instead of the Website field.