<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>
<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>
<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>