How can I add a field in Entityform / hook_form_alter
I’m trying to add a field to the form in hook_form_alter. What’s the proper way of adding fields in this hook in case of entityform?
I tried to add it this way:
$form['leadname'] = array(
'#type' => 'hidden',
'#value' => 'abc'
);
but I have the impression that this is not the way it should be done…
This article was republished from its original source.
Pixeldust is a 20-year-old web development agency specializing in Drupal and WordPress and working with clients all over the country. With our best in class capabilities, we work with small businesses and fortune 500 companies alike. Give us a call at 1(800)730-2416 and let’s talk about your project.