{!-- Resolves the {includes} pair-field's "include_form" choice and embeds the right global form. Must be embedded inside an {exp:channel:entries} loop that exposes the {includes} pair field. --} {includes} {if includes:include_form == "None"} {if:elseif includes:include_form == "Sign-Up"} {embed="embeds/embed_global_signup_form"} {if:elseif includes:include_form == "Contact Fast"} {embed="embeds/embed_global_contact_form"} {if:elseif includes:include_form == "Contact Full"} {embed="embeds/embed_global_contact_form_full"} {/if} {/includes}