Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8493115
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T22:55:05+00:00 2026-06-10T22:55:05+00:00

My application contain big form with 18 fields. It is processed with standard form

  • 0

My application contain big form with 18 fields. It is processed with standard form mapping, like this:

val bigForm = Form(
  mapping(
    "id"    -> of[ObjectId],
    "title" -> text,
    // And another 16 fields...
    ...
  )
)

And all was well, but today I decided to add one more field and here comes the problem – mapping is not able to take more than 18 arguments.

What should I do then? I thinking of combining some fields into the structure, but additional structure requires additional formatter, JSON serializer and deserializer, too much work. I’m looking for a general solution, more fields are likely to appear in the future.

Another solution I’m thinking about is to handle form manually, without Form‘s.

Are there better solutions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T22:55:07+00:00Added an answer on June 10, 2026 at 10:55 pm

    You can use nested mappings, e.g.

    val bigForm = Form(
      mapping(
        "id"    -> of[ObjectId],
        "title" -> text,
        "general" -> mapping(
          ...
        )(GeneralInfo.apply)(GeneralInfo.unapply),
        "advanced" -> mapping(
          ...
        )(AdvancedInfo.apply)(AdvancedInfo.unapply)
      )
    )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can an Metro Windows 8 Application contain inline Assembler? Also is Metro C++ Native,
I am working on an application which contain register activity as it's first page
I'm developing an android application that contain many custom buttons. Do I need to
is web-inf/lib should contain only application specific jar's or deployment environment specific jar's also
Context: I'm developing a WPF application which will contain a lot of different screens.
Requirements Project should contain 1 main application and some secondary sub applications (which uses
Deployed application to production and running into the following error on views that contain
In my application i m retrive data from database. In database contain 10 records.
Background: Migrating an application from ball of mud to MVC. Many classes contain HTML
I'm working on an application so i have write an dll which contain a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.