Build.
This commit is contained in:
parent
0692d8ff00
commit
47e2ffcfda
247 changed files with 409 additions and 383 deletions
|
@ -85,7 +85,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Programmatically Load an Entityform in Drupal 7</h1>
|
||||
|
||||
<p class="posted">22nd December 2015</p>
|
||||
<p class="posted text-light">22nd December 2015</p>
|
||||
|
||||
<p>I recently had my first experience using the <a href="https://www.drupal.org/project/entityform">Entityform module</a> in a project. It was quite easy to configure with different form types, but then I needed to embed the form into an overlay. I was expecting to use the <code>drupal_get_form()</code> function and render it, but this didn’t work.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue