[Pro] Enquiry form for specific product

To clarify the second example, you would put the first blob of PHP code into the Page / HTML Markup dialog, in the Before HTML section. You could simplify the second blob by making the first one do the url decode bit:

<?php $product = urldecode($_GET['product']) || ""; ?>

Then your text field’s value would simply be

<?php echo $product; ?>

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at: