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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T05:09:22+00:00 2026-06-12T05:09:22+00:00

I am wanting to submit a webform with the values of the textbox that

  • 0

I am wanting to submit a webform with the values of the textbox that are entered by a user.

Now I am using an API of a webservice and I cannot find it in their documentation on how to do this.

The form I am making is a signup form and the submit URL will have the username and password displayed in them so that the API can parse them and create an account.
How do I get the value of the textbox from the form straight away in the url when I click on the submit button??

The URL is like this:

https://readitlaterlist.com/v2/signup?username=name&password=123&apikey=yourapikey

The username=name => where name needs to be the value of the username textbox
The password=123 => where 123 needs to be the value of the password field.

The url will be passed to the system in the background and will never be visible to the user, so the data is not exposed and therefore save.

Thanks in advance.

The code for the form is:

<form id="login" action="https://readitlaterlist.com/v2/signup?username=name&password=123&apikey=em8p5F73A5bs6h0ZmYg5d21E37d5S424">
    <div id="usernameTB"   class="textbox"><input id="username" type="text" placeholder="Username" autofocus required></div>
    <div id="passwordTB"   class="textbox"><input id="password" type="password" placeholder="Password" required></div>
    <div id="buttonSubmit" class="button"><input type="submit" id="submit" value="Sign up"></div>
</form>
  • 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-12T05:09:23+00:00Added an answer on June 12, 2026 at 5:09 am

    Since there is a secret api key involved, and you require that it is not exposed to the user, you have to do it(calling api) on your server.

    So,

    Let user submit a form with username and password to your server. Using server side scripting, make a note of username and password and call the api using respective tool available for your server side script. In php you can use cURL. In asp.net you can use WebRequest. You can find something for every server side scripting language.

    If you do it on client side, the api key inevitably will fall into the hands of malicious user and you will end up with lots of accounts.

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

Sidebar

Related Questions

I have a script that I'm using that when the user enters a code
I'm wanting to create a website that allows an user to put a link
I am wanting to prevent my submit buttons from being selected untill the user
I have a simple submit button. I am wanting to align it to the
I am wanting to submit a form to different places based on selections made
I want to submit a form using jQuery in a CodeIgniter application. However, the
I am wanting to create a page that can load a property file into
I have a form that a user would fill out while creating a ticket
I am just wondering if the document.myForm.submit() is a synchronous call, that will block
I'm writing an API and I'm wanting to handle file uploads from a form

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.