Removed comments where custom fields were supposed to go. Will add custom fields...
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 4 Dec 2017 21:23:07 +0000 (16:23 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 4 Dec 2017 21:23:07 +0000 (16:23 -0500)
views/front/registrations/checkout.html

index c512050..821a3a6 100644 (file)
                     </div>
     {/if}
                 </div>
-                <div class="glm-large-6 glm-small-12 glm-columns">
-                    <h4>Global Custom Fields Go Here</h4>
-                    <div class="glm-reg-row">
-                        <div class="glm-small-12 glm-columns"></div>Custom fields that are event, level, rate, or registrant specific will be collected on registration selection page.</div>
-                    </dic>
-                </div>
   {/if} {* / total charges > 0 *}
             </div>
             <div class="glm-reg-row">
                 <div class="glm-small-12 glm-columns">
                     <div class="glm-reg-row">
-                        <h4>Terms and Conditions (*** Added fields for events ***)</h4>
+                        <h4>Terms and Conditions</h4>
                         You <span class="glm-reg-required">must check</span> the boxes below to confirm that you agree to the Terms and Conditions for each event.
                     </div>
                     <div class="glm-reg-row">
                         <div class="glm-large-11 glm-columns glm-reg-nowrap">
                             <h5>{$event.event_name}:</h5>
                             <input id="terms_{$event.id}" type="checkbox" name="terms_{$event.id}" value="accept" required><label for="terms_{$event.id}"> {$event.event_terms}</label><br>
-                            *** Any added fields go here ***
                         </div>
                     </div>
       {/if}