Hi folks,
I add a custom field (custom_field_1) on guest page and in sponsor
activation email the value of this field doesn't appear.
I modify /usr/local/pf/html/captive-portal/templates/emails/emails
-guest_sponsor_activation.html and add it, in email appears right label (I
modify it in  conf/locale) but not the value.
I attach my custom email template.

Kind regards

-- 

Giovanni Vedovi
gved...@backloop.biz

[% i18n("Guest request") %]

[% i18n("Hello") %],

[% firstname %] [% lastname %] [% i18n("requested guest access to your network.") %]

[% i18n("Do NOT authorize access if you were not expecting this guest.") %]

[% i18n("Here is the information the guest provided with registration form") %]:

[% i18n("Firstname") %]: [% firstname %]
[% i18n("Lastname") %]: [% lastname %]
[% i18n("Email") %]: [% pid %]
[% i18n("Company") %]: [% company %]
[% i18n("Custom_field_1") %]: [% custom_field_1 %]

[% i18n ("Activate the sponsor access for guest ") %][% firstname %] [% IF is_preregistration -%]

[% i18n("Once you click on the activation link the guest will be sent a username and password by email which will allow him to regist$ [% ELSE %]

[% i18n("Until you click on the activation link this guest will have NO Internet access.") %]

[%- END %]

[% i18n("Thank you for your cooperation.") %]

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to