email
field type to store an email address
Create the email
field type using
You appear to be a bot. Output may be restricted
bw_register_field( "_oiksp_email", "email", "email address" ); bw_register_field_for_object_type( "_oiksp_email", "oik_contact");
Form display
When displayed in the Fields meta box or [bw_new] it appears like this.bw_fields display
When displayed by [bw_fields] it appears like this.Notes
The HTML input field is type=”email”Related
- bw_form_field_email() – bw_form_field_email – formatting for an email entry field
- bw_theme_field_email() – Theme a field of type ’email’ using _bw_email()