Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
I am trying to validate the registration form for the members module.

I am doing it like this, only two fields for clarity.
Code: Select all
   <cms:if k_error >
           <div class="error-holder">
        <cms:if k_error_member_country>
               <p class='error'>Insert country</p>
               </cms:if>
      <cms:if k_error_member_displayname>
               <p class='error'>Insert username</p>
               </cms:if>
        </div>
                </cms:if>


My custom fields get displayed, but I can't get the member_username email and password to display.
How should I reference those fields the right way ?
Hi,

Yes, that is a bug.
A patch for 1.4.5 is posted here but that won't work for the current 1.4 -
viewtopic.php?p=16495#p16495
Thanks KK!

Unfortunately, I have some issues. I went on to upgrade the Couch version, and I am 100% sure that I did eveyrthing correctly.

It keeps saying that my version is 1.4 and if I rename the ckeditor folder, I get a bunch of errors when accessing couch admin!!
Please PM me the access creds for your site. I'll also need phpMyAdmin access.
Thanks.
4 posts Page 1 of 1