Add and configure redirect bundle.

This commit is contained in:
Oliver Davies 2017-07-10 07:05:12 +01:00
parent 9deeaf6772
commit 1c07b44f1b
112 changed files with 288 additions and 128 deletions

View file

@ -8,6 +8,8 @@ tags:
meta:
description: How to programmatically load, render and embed an entityform in Drupal 7.
use: [posts]
redirect:
- blog/programmatically-load-an-entityform-in-drupal-7/
---
{% 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 didnt work.