Member Login FieldType (Addons.MemberTools) DefaultValue
Hi Tim
Do you know if there is any way to enable/disable DefaultValue for a custom FieldType?
I'm building a Member profile management based on your codefirst approach using an adaption of the MemberLogin FieldType, but the problem is it has no DefaultValue setting available (it's not even showing in the contour Admin editor > Additional Settings).
Member Login FieldType (Addons.MemberTools) DefaultValue
Hi Tim
Do you know if there is any way to enable/disable DefaultValue for a custom FieldType?
I'm building a Member profile management based on your codefirst approach using an adaption of the MemberLogin FieldType, but the problem is it has no DefaultValue setting available (it's not even showing in the contour Admin editor > Additional Settings).
-- Snippet from Codefirst:
Sidenote: DefaultValue works if I comment the Type line so is a default Textbox Type (but need the MemberLogin functionality).
Any thoughts on how to enable the DefaultValue on this FieldType?
Thanks
Josh
Comment author was deleted
Hmm the Contour.Addons.MemberTools.Providers.FieldTypes.MemberLogin will probably need an update then, it must be missing the default value setting
I have the Fieldtype code here but can't see anywhere how to enable/disbale the Default Value setting.
Assume it may be similar to adding the SupportRegex?
Could you provide a snippet or the correct setting variable, etc?
Comment author was deleted
Nope it's like you would add a custom setting
is working on a reply...