Query on T&C's Agree Field and Webstore

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
1/5/2010 2:15:29 PM
Gravatar
Total Posts 21

Query on T&C's Agree Field and Webstore

There are two things I'm after firstly, I'd like to put terms and conditions agree tick box on the Register form what I was thinking of doing was adding an extra property like to mojoProfile.config and using a regex to test it something like:


<add name="AcceptTerms"
type="System.Boolean"
allowMarkup="false"
labelResourceKey="AcceptTermsLabel"
lazyLoad="false"
requiredForRegistration="true"
allowAnonymous="false"
visibleToAnonymous="false"
visibleToAuthenticated="false"
visibleToUser="false"
editableByUser="false"
regexValidationExpression="^(?!False)"
regexValidationErrorResourceKey="WebSiteUrlRegexWarning"
onlyAvailableForRoles=""
onlyVisibleForRoles=""
defaultValue="false"
includeHelpLink="true"
>
</add>

p.s. Terms and Conditions displayed in Help or linked too page

Would doing this work aka would the implementation of Mojo cast the System.Boolean to True/False ? Is there a better way todo this ?

 

Also I am looking into using a webstore, but a key missing feature is the categories is there any news of the category tagging Joe has talked about? or has anyone implemented any temporary work arounds that they dont mind disclosing?

Any help on either the Terms or Store information would be greatly appreciated

 

Toeoy

1/5/2010 2:19:30 PM
Gravatar
Total Posts 18439

Re: Query on T&C's Agree Field and Webstore

Hi Tooey,

See Creating a Registration Agreement.

Regarding categories, it is a high priority and will be implemented in the coming months.

Best,

Joe

1/5/2010 2:23:31 PM
Gravatar
Total Posts 21

Re: Query on T&C's Agree Field and Webstore

Wow, Geese I knew I'd seen something about T&C before cant believe I missed that.

 

Thanks for your time Joe looking forward to categories, will make the webstore incredibly useful.

 

Tooey

You must sign in to post in the forums. This thread is closed to new posts.