Hello there,I am building a nice and shiny wizard-style form for our portal, using dnnTabs to seperate the different steps. Validation between steps is troublesome. I would prefer all
JQuery validation, but I am having a hard time getting it to work flawless. The options listed for
dnnTabs
plugin sound enticing, but I can't find any documentation on it?
So for now, it's unclear to me what these options do:
clickToToggleIsolatedSelector: 'a', // The isolated element that performs toggle action
validationTriggerSelector: '.dnnPrimaryAction', // elements that trigger client side validation logic
invalidItemSelector: '.dnnFormError[style*="inline"]', // identifies an invalid item in a panel validationGroup:
I suppose I should try to follow the DNN 6 Form Pattern, as suggested, but I haven't really found a good example of that either.
Can anyone point me in the right direction?
Thanks in advance!
Best regards,
Ries Spruit