I have an external javascript file (calculate.js) which calculates the price of a product, based on a users preferences in a form (dropdowns, radio buttons etc). The script then displays the price on the page (index.html) using:
Once the user has finished making their choices, they then click the forms submit button (method="post") to be taken to a confirmation page (confirm.php).
Here, I can display the users preferences using php code like:
I have an external javascript file (calculate.js) which calculates the price of a product, based on a users preferences in a form (dropdowns, radio buttons etc). The script then displays the price on the page (index.html) using:
Bookmarks