Jump to content

Automate fill form


phpnewb999

Recommended Posts

I was wondering if it was possible to partially fill out forms by clicking on a link?

Example:
www.form.com contains a form with (have no access to modify the page codes)
<select name="element">
    <option>none</option>
    <option>apple</option>
    <option>orange</option>
    <option>grape</option>
</select>

Now, i would like to make a page on my site where i have a link <a href="http://www.form.com">click here</a>

Would it be possible that when someone clicks on my page it will have the select element (apple) selected?
Link to comment
https://forums.phpfreaks.com/topic/21326-automate-fill-form/
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.