Remove post redirects

This commit is contained in:
Oliver Davies 2017-09-12 14:01:41 +01:00
parent 8080640147
commit 9ba45e74e3
87 changed files with 0 additions and 176 deletions

View file

@ -8,8 +8,6 @@ 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.