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

  • Home
  • SEARCH
  • 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 8317467
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T21:36:49+00:00 2026-06-08T21:36:49+00:00

Ok, so the idea is that I have some javascript stuff happening (autcomplete) that

  • 0

Ok, so the idea is that I have some javascript stuff happening (autcomplete) that ends up creating a variable. Let’s declare the variable as test and have the value of testValue.

I then have a form further down the page and I want to append this value of test to the submission of a form.

Eg. I have a form:

<form name="form" method="get" action="search.php">
    <input id="search" name="search" type="text" value="Search" size="40" />
</form>

What I want to do is change the action from search.php to:

search.php?test= our javascript variable's value

Seems pretty basic and is very achievable in php. Eg. in PHP:

<?php
  $test = "somevalue;
  $url = "search.php?test=$test"
?>

Etc.

How can I achieve this in javascript

  • 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-08T21:36:50+00:00Added an answer on June 8, 2026 at 9:36 pm

    Leave the action alone. You are trying to modify the data in the query string.

    Generate a hidden input and add it to the form.

    var i = document.createElement('input');
    i.type = 'hidden';
    i.name = 'test';
    i.value = foo;
    document.forms.id_of_form.appendChild(i);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

the basic idea is that you have some class that has a reference type
I have some idea that it is due to some complex calculation, but i
I have some methods that are used by several classes. My idea was to
I have a JavaScript code that I want to bring the idea into my
I have some javascript that should log a user out after a certain period
I know some javascript, html and css. However, i have no idea how could
I am having some trouble with php. I have a variable $image that contains
Let me give my question some context. I have a JavaScript widget. The widget
I have a form that I currently enumerate with some Javascript functionality and then
I have a piece of javascript that loops a number of times calculating stuff

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.