Download & Extend

How to transform textfields to e-mail fields?

Project:Elements
Version:7.x-1.2
Component:Documentation
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

How can I convert textfields to e-mail fields?

I tried a hook_form_alter with

$form['my_form']['my_textfield']['#type'] = 'email';

but no succes. Any hints?
I try to change an existing field that comes with the mailchimp subscription block..

Comments

#1

'#type' => 'email_field'

#2

Cool, thanks! Would it be possible to write a README.txt with this type of information?

#3

In the README.txt it says 'emailfield'.
Which works as intended.

#4

Status:active» fixed

Ok, thanks. Not needed anymore but good to know ;)

#5

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here