Temporarily displaying FID for custom fields
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 14 Dec 2017 16:02:10 +0000 (11:02 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 14 Dec 2017 16:02:10 +0000 (11:02 -0500)
views/admin/registrations/eventEditCustomFields.html

index bfd44b9..3a9bbc9 100644 (file)
@@ -15,6 +15,7 @@
     <p>These are additional fields of information that will be requested for this event in each submission.</p>
     <p>
         {assign var="eventFid" value="glm_reg_customfields_reg_event_`$regEventID`"}
+{$eventFid}        
         {apply_filters('glm-members-customfields-edit', '', $eventFid)}
     </p>
 
@@ -24,6 +25,7 @@
     <p>These are additional fields of information that will be requested for each registrant for this event.</p>
     <p> 
         {assign var="attendeeFid" value="glm_reg_customfields_reg_event_attendee_`$regEventID`"}
+{$attendeeFid}     
         {apply_filters('glm-members-customfields-edit', '', $attendeeFid)}
     </p>
 
@@ -34,6 +36,7 @@
     <p>These are additional fields of information that will be requested for each registrant for this event.</p>
     <p> 
         {assign var="levelFid" value="glm_reg_customfields_reg_event_`$regEventID`_level_`$class.id`"}
+{$levelFid}  
         {apply_filters('glm-members-customfields-edit', '', $levelFid)}
     </p>
     <p><hr></p>