Jump to content

Filling in values with GET


fortnox007

Recommended Posts

Hi all,

 

I am not sure if this is possible but I am trying to provide people a link to a page (not mine btw) with values already filled in. So for them it's faster to submit the form. Problem is the Form is using method post.

 

what i tried was the following but it didn't work.

there is an input field:

<input type="text" value="" maxlength="255" size="10" id="numpoints" name="numpoints" class="inputbox required">

So i thought if I just make an url like : http://godzillaeatsbananas.com/index.php?numpoints=100

it would fill in the field with a value of 100 but it doesn't

 

Anyone might have an idea on how to accomplish this.

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/216570-filling-in-values-with-get/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.