Posted by BarisW on May 25, 2011 at 4:09pm
4 followers
Jump to:
| 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
Ok, thanks. Not needed anymore but good to know ;)
#5
Automatically closed -- issue fixed for 2 weeks with no activity.