Skip to content

simple signup form with mongodb #433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

simple signup form with mongodb #433

wants to merge 2 commits into from

Conversation

fspillner
Copy link
Contributor

Hi,

I hope, this recipe is ok for you!

Fabian

How to implement simple Sign up Form with MongoDB
=================================================

Some forms have extra fields which value are not needed to be stored into database. So in this example we create sign up form with some extra fields and embed the form for storing the account information. We use MongoDB for storing data. This explains how to integrate two types of domain model into the form.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to wrap the lines

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, every line should wrap approximately after the first word that crosses the 72nd character. So, line lengths tend to be between 73 and 78 characters, depending on how long the last word on the line is. This needs to be done throughout this entry.

@fspillner
Copy link
Contributor Author

Follow this pull request: #438

@fspillner fspillner closed this Jun 22, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants