We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 24383
    • 12 Posts
    Hi,

    I have the following "easy" concept.
    On the homepage there is a pricing table (e.g. 1pc = 5 Euro, 2pc = 7 Euro, 5pc = 10 Euro)
    each has its own call-to-action button "order now" to go to the same orderpage.
    The orderpage is just a form with your contact data, a field with the amount and the price.
    Now I would like to have the field amount (and price)adjusted to the value that is clicked on the homepage.
    so if you click the order button for 1pc, the orderpage should have a value of 1for amount
    If you click the order button for 2pc the orderpage should get a value of 2 etc...
    And if possible set the correct price aswell.

    Can this be done by Template Variables?
    How should my link on the homepage look like ?
    <a href="[[~123]]?&n=`2` ">order now</a> (where 123 is the id of the orderpage)

    Thanks for the help!