Add latest posts to other pages
This commit is contained in:
parent
3980cfcad3
commit
21fd100515
101 changed files with 101 additions and 12 deletions
|
@ -7,6 +7,7 @@ tags:
|
|||
- entityform
|
||||
meta:
|
||||
description: How to programmatically load, render and embed an entityform in Drupal 7.
|
||||
use: [posts]
|
||||
---
|
||||
{% block excerpt %}
|
||||
I recently had my first experience using the [Entityform module](https://www.drupal.org/project/entityform) 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 `drupal_get_form()` function and render it, but this didn’t work.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue