javascript - On click Submit form link including form parameter fields -
i have plain html page on need add form when click "submit", redirect page (page 2) include form inputs.
for example: www.abcd.com/page2/?id=1234&sku=1&style=1 destination page.
the form needs these fields:
style = drop down select 2 styles images
productid = text field
productsku = text field
solved. @mplungjan hint.
Comments
Post a Comment