Registration widget template

Posted by Community Admin on 04-Aug-2018 09:20

Registration widget template

All Replies

Posted by Community Admin on 24-Feb-2017 00:00

Hi,
I am trying to add a dropdown on the registration widget template that shows data from a dynamic module. I already managed to add the dropdown with custom values like shown but i was wondering how can i make that dropdown get data from a dynamic module if it is possible directly inside the template.
<sitefinity:ChoiceField ID="mySelect" DataFieldName="mySelect"  DisplayMode="Write" RenderChoicesAs="DropDown" DataItemType="Telerik.Sitefinity.Security.Model.company" runat="server" CssClass="sfFormIn sfCheckListBox" Title='Credit cards allowed'>
            <Choices>
             <sitefinity:ChoiceItem Text="American Express" Value="americanexpress" />
             <sitefinity:ChoiceItem Text="Discover" Value="discover" />
             <sitefinity:ChoiceItem Text="Mastercard" Value="mastercard" />
             
         </Choices>
             </sitefinity:ChoiceField>

Thank you,
Maria

This thread is closed