Active
Project:
Subscriber entity
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
25 Feb 2016 at 15:40 UTC
Updated:
25 Feb 2016 at 15:40 UTC
Jump to comment: Most recent
Much of the form code in SMS example can be moved into the general module. Notes:
To make prefill, get the field to fill:-
$type = $form['#bundle'];
$bundle = entity_load('subscriber_entity_bundle', array($type));
$bundle = reset($bundle);
$field_name = $bundle->unique_field;
Add a hook for people, or make it plugins, so they can send the correct 'revision verification' confirmation message.
Comments