Right now, it appears that the registration form defaults to be the first thing on the page. Is there a quick fix to make that fall down to be the last thing on the page? I'd like for people to be able to add the content, then do the quick registration, once they've already spent the time on the content. What do I edit to change that order? Thanks!
Comments
Comment #1
menoseficaz commentedNevermind this. I found the weight in the .module file and changed that.
However, I am still curious how you add CAPTCHA to it - I tried changing the CAPTCHA settings to be forced for user_registration, but that only works if they go to /user and not with the inline registration (it seems). Any documentation on that would be great.
Thanks
Comment #2
mavimo commentedSee my change on this module, you can set weight on form from content type settings page: http://drupal.org/node/294369
Comment #3
matt@antinomia commented@mensoseficaz, I understand this answer is terribly late and may not benefit you, but for the person who may Google-stumble upon this, I believe you need to set the CAPTCHA for the node add form and not the user_registration form. @mavimo's changes are currently being incorporated. Marking as fixed.