Get image form variable
-
Hello,
I’ve got a ‘rent product’ link by each product shown on a page.
The link passes a php variable, e.g:
https://www.webdesignbart.be/?urlProduct=https://www.webdesignbart.be/joca/wp-content/uploads/2015/03/summer-winter-256701.jpgI want to get the image URL in the form, and in the e-mail posted to the admin and user.
In php I would use this:
<?php if (isset($_GET['urlProduct'])) { echo $_GET['urlProduct']; }else{ // Fallback behaviour goes here }
But I can’t use php in the form.
I’ve been looking for hours for this to work, so …Can anyone help me out? I would be very greatfull!
Kind regards,
Bart
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Get image form variable’ is closed to new replies.