Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

URL - The url type is for input fields containing a URL address. For mobile browsers this field allows your device to recognize the email type and change the on-screen keyboard to match (giving .com options depending on the device).

Auto-Complete Choices

You can also set Auto-complete allows you to have a field produce choices to select based on text entered into the textbox. The auto-complete can be as simple as setting a series of choices using a comma separated list to allow an auto-complete function to the textbox. This functionality can also be set by using a database file to populate the choices and values.or as complex as passing JSON through a PHP program. Auto-complete can be used to obtain records from
Image Added

Database-Driven Auto-Complete

...