x First time here? Check out the FAQ

Learn from 350 other Umbracians at the annual Umbraco Conference - CodeGarden '13.
More than twenty high quality sessions, open spaces, hackathons and social events you'll remember. Not to be missed!
Less than 25 tickets left - get yours now!

  • Avatar2posts22karma

    Custom Field Type errors when set to mandatory

    James Ley started this topic June 29, 2011 @ 01:09 , this topic was edited at: Wednesday, June 29, 2011 12:54 PM

    Hi Guys, hoping you'll be able to help with an issue related to my custom field type I've created. 

    The field type Ive created is based on the CheckBox from the shared source code for contour. In essence it allows the user to create a checkbox that also contains a bulleted list (which is taken from the pre-values). This renders as a checkbox followed by a bulleted list of items, which is used to check that the person filling out the form has read the bulleted items and ticked the checkbox to confirm that they have read the list. This works fine until I try and set the field to mandatory; if I do this I get an error stating that Control 'e994b609_b996_4136_85b0_0b6cf95bdcce' referenced by the ControlToValidate property of 'mandatory' cannot be validated.

    I suspect this is to do with that fact that my control in the class is a simple ASP CheckBox, rather than the ValidateableCheckBox used in the source code. If this is the case then what do I need to reference to use a ValidateableCheckBox rather than a standard CheckBox? Or is there a better way of doing this?


  • Replies

  • James Ley posted this reply June 29, 2011 @ 12:54

    Ok, I thought I'd sorted this by using the Umbraco.Forms.Core.Controls.ValidateableCheckBox instead, however this does not work either. What am I missing?


Please login or Sign up To post replies