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 6667677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:57:31+00:00 2026-05-26T02:57:31+00:00

I need to create a form in google app engine for my user to

  • 0

I need to create a form in google app engine for my user to key in information and the information need to be save in the datastore? So how do I do it?

  • 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-05-26T02:57:31+00:00Added an answer on May 26, 2026 at 2:57 am

    Your question is a bit weak, but I’ll try and help you out. I will go step by step:

    1/ need to create a form.

    My guess is: you are talking about a HTML form to submit data to your application. this has nothing to do with app engine you just need to create a standar HTML page with a form and the fields you would like to store onto the data store, as follow:

    <html>
      <head>
      </head>
      <body>
        <form action="MAPPING_URL" method="POST">
          input: <input type="text" name="user" />
          <input type="submit" value="Submit" />
        </form>
      </body>
    </html>
    

    Basically here I just created a simple form with one input “text” field and a Submit button to send out the “action” paramenter using the “method” parameter. For more information about forms, please take a look at: http://www.w3schools.com/html/html_forms.asp

    2/ information need to be save in the datastore.

    To make this happen you need to do a couple of this:

    • Create a Model for the entity you would like to save on the Datastore.
    • Create a handler that would received the request and save the entity.

    Please take your time and read up the getting started guide: http://code.google.com/appengine/docs/python/gettingstarted/ this will clear out your doubts and give you a better understanding on how to build applications on App Engine.

    Best,
    Jose Montes de Oca

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a user input form here: http://www.7bks.com/create (Google login required) When you first
I have created a form in my Google App Engine application for users to
I need to create a form with, half linear view (textboxes and dropdownlists in
I need to create a form that has many of the same fields, that
I need to create a full-text search form for a database of emails /
I need to create a Gold bar for my windows form similar to what
To recreate this behaviour, you need to create a pop-up form with the following
I'm attempting my first google app engine project – a simple player stats database
I am using C#.net Windows form , and I need to create a search
I am using C#.net Windows form , and I need to create a search

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.