/    Sign up×
Community /Pin to ProfileBookmark

product link to poplulate form input field on seperate form page

Hi People

I am currently creating a new site (php) i have a number of products on a page, each product box contains a link to a contact form on a seperate page.

Is it possible for the link to contain a uniqe product ID and carry it through to the contact form and automatically populate a product code input field?

I’m sure this is do-able!

Thankyou in advance

Marc O’Neill

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@jojomaniakAug 13.2008 — yes in the url you can set a unique id:

form.php?product_id=1 or form.php?product_id=2 and so on.

The input field would be like this: <input name="product_id" type="hidden" value="<?php echo $_GET['product_id']; ?>">

Do you have the products in a database? or did you typ it hardcoded
×

Success!

Help @marcopancini spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.6,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...